Navigation
API > API/Plugins > API/Plugins/PythonScriptPlugin
Extended information when executing Python commands.
| Name | FPythonCommandEx |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PythonScriptPlugin/Source/PythonScriptPlugin/Public/PythonScriptTypes.h |
| Include Path | #include "PythonScriptTypes.h" |
Syntax
struct FPythonCommandEx
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Command | FString | The command to run. This may be literal Python code, or a file (with optional arguments) to run. | PythonScriptTypes.h | |
| CommandResult | FString | The result of running the command. | PythonScriptTypes.h | |
| ExecutionMode | EPythonCommandExecutionMode | Controls the mode used to execute the command. | PythonScriptTypes.h | |
| FileExecutionScope | EPythonFileExecutionScope | Controls the scope used when executing Python files. | PythonScriptTypes.h | |
| Flags | EPythonCommandFlags | Flags controlling how the command should be run. | PythonScriptTypes.h | |
| LogOutput | TArray< FPythonLogOutputEntry > | The log output captured while running the command. | PythonScriptTypes.h |