EPythonCommandFlags

Flags that can be specified when running Python commands.

Windows
MacOS
Linux

References

Module

PythonScriptPlugin

Header

/Engine/Plugins/Experimental/PythonScriptPlugin/Source/PythonScriptPlugin/Public/PythonScriptTypes.h

Include

#include "PythonScriptTypes.h"

Syntax

enum EPythonCommandFlags
{
    None          = 0,
    Unattended    = 1<<0,
}

Values

Name

Description

None

No special behavior.

Unattended

Run the Python command in "unattended" mode (GIsRunningUnattendedScript set to true), which will suppress certain pieces of UI.

Remarks

Flags that can be specified when running Python commands.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss