Navigation
API > API/Plugins > API/Plugins/PCGPythonInteropEditor
@todo_pcg: This node could welcome many improvements in the future, including:
- EPythonCommandExecutionMode::EvaluateStatement can provide line-by-line feedback on python.
- Optional param inputs/outputs to be get/set from within the Python script, similar to BP and HLSL.
- Generalized source editor in PCG for HLSL, Python, and beyond.
| Name | EPCGPythonScriptInputMethod |
| Type | enum |
| Header File | /Engine/Plugins/PCGInterops/PCGPythonInterop/Source/PCGPythonInteropEditor/Public/Elements/PCGExecutePythonScript.h |
| Include Path | #include "Elements/PCGExecutePythonScript.h" |
Syntax
enum EPCGPythonScriptInputMethod
{
Input,
File,
}
Values
| Name | Remarks |
|---|---|
| Input | |
| File |