Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/Python
Sets the bKeepPythonScriptAlive flag.
If this is false (default), it will close the editor during the next tick (when executing a Python script in the editor-environment using the UnrealEditor-Cmd commandline tool). If this is true, it will not close the editor by itself, and you will have to close it manually, either by setting this value to false again, or by calling a function like unreal.SystemLibrary.quit_editor().
Target is Editor Python Scripting Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| boolean | New Keep Alive | The new value of the bKeepPythonScriptAlive flag. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |