Navigation
API > API/Plugins > API/Plugins/PCGPythonInteropEditor
| Name | FPCGExecutePythonScriptElement |
| Type | class |
| Header File | /Engine/Plugins/PCGInterops/PCGPythonInterop/Source/PCGPythonInteropEditor/Public/Elements/PCGExecutePythonScript.h |
| Include Path | #include "Elements/PCGExecutePythonScript.h" |
Syntax
class FPCGExecutePythonScriptElement : public IPCGElement
Implements Interfaces
Functions
Protected
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanExecuteOnlyOnMainThread
(
FPCGContext* Context |
@todo_pcg: To be confirmed that python should be executed on main thread only. | Elements/PCGExecutePythonScript.h | |
virtual bool ExecuteInternal
(
FPCGContext* InContext |
Elements/PCGExecutePythonScript.h | ||
virtual bool IsCacheable
(
const UPCGSettings* InSettings |
@todo_pcg: Could be a user option to run once only, etc | Elements/PCGExecutePythonScript.h |