IPythonScriptPlugin::ExecPythonCommandEx

Execute the given Python command.

Windows
MacOS
Linux

References

Module

PythonScriptPlugin

Header

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

Include

#include "IPythonScriptPlugin.h"

Syntax

bool ExecPythonCommandEx
(
    FPythonCommandEx & InOutPythonCommand
)

Remarks

Execute the given Python command.

Returns

true if the command ran successfully, false if there were errors.

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