Navigation
API > API/Plugins > API/Plugins/PythonScriptPlugin > API/Plugins/PythonScriptPlugin/IPythonScriptPlugin
Description
Execute the given Python command. This may be literal Python code, or a file (with optional arguments) that you want to run.
| Name | ExecPythonCommand |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PythonScriptPlugin/Source/PythonScriptPlugin/Public/IPythonScriptPlugin.h |
| Include Path | #include "IPythonScriptPlugin.h" |
bool ExecPythonCommand
(
const TCHAR * InPythonCommand
)
true if the command ran successfully, false if there were errors (the output log will show the errors).