Navigation
API > API/Plugins > API/Plugins/PythonScriptPlugin
Flags that can be specified when running Python commands.
| Name | EPythonCommandFlags |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/PythonScriptPlugin/Source/PythonScriptPlugin/Public/PythonScriptTypes.h |
| Include Path | #include "PythonScriptTypes.h" |
Syntax
enum EPythonCommandFlags
{
None = 0,
Unattended = 1<<0,
}
Values
| Name | Remarks |
|---|---|
| None | No special behavior. |
| Unattended | Run the Python command in "unattended" mode (GIsRunningUnattendedScript set to true), which will suppress certain pieces of UI. |