Init All
resets SPICE. SPICE keeps a lot of global data around, such as kernel data, etc. Any/all SPICE actions all access the same SPICE state. So, the first step when using SPICE is to reinitialize it. This unloads all previously loaded data, resets any error state, etc.
When using in the Unreal Editor SPICE stays loaded between runs. Kernel data will carry over unless SPICE is reinitialized.
The button below copies Init All
to your clipboard. It may then be pasted into the Unreal Engine Blueprint Editor.