Navigation
API > API/Plugins > API/Plugins/PCG
Struct containing params to initialize IPCGElement
| Name | FPCGInitializeElementParams |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGElement.h |
| Include Path | #include "PCGElement.h" |
Syntax
struct FPCGInitializeElementParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGInitializeElementParams
(
const FPCGDataCollection* InInputData, |
PCGElement.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExecutionSource | TWeakInterfacePtr< IPCGGraphExecutionSource > | PCGElement.h | ||
| InputData | const FPCGDataCollection * | PCGElement.h | ||
| Node | const UPCGNode * | PCGElement.h |