FPythonCommandEx

Extended information when executing Python commands.

Windows
MacOS
Linux

References

Module

PythonScriptPlugin

Header

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

Include

#include "PythonScriptTypes.h"

Syntax

struct FPythonCommandEx

Remarks

Extended information when executing Python commands.

Variables

Name Description

Public variable

FString

 

Command

The command to run. This may be literal Python code, or a file (with optional arguments) to run.

Public variable

FString

 

CommandResult

The result of running the command.

Public variable

EPythonCommandE...

 

ExecutionMode

Controls the mode used to execute the command.

Public variable

EPythonFileExec...

 

FileExecutionScope

Controls the scope used when executing Python files.

Public variable

EPythonCommandF...

 

Flags

Flags controlling how the command should be run.

Public variable

TArray< FPython...

 

LogOutput

The log output captured while running the command.

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