Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGScheduleGraphParams |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path | #include "PCGCommon.h" |
Syntax
struct FPCGScheduleGraphParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGScheduleGraphParams
(
UPCGGraph* InGraph, |
PCGCommon.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowHierarchicalGeneration | bool | If graph is allowed to use hierarchical generation. | PCGCommon.h | |
| ExecutionSource | IPCGGraphExecutionSource * | PCG execution source associated with this task. Can be null. | PCGCommon.h | |
| ExternalDependencies | TArray< FPCGTaskId > | PreGraph Task dependencies (will wait on those to finish before executing anything). | PCGCommon.h | |
| FromStack | const FPCGStack * | When scheduling sub-graphs, this is the parent execution stack. | PCGCommon.h | |
| Graph | UPCGGraph * | Graph to execute. | PCGCommon.h | |
| InputElement | FPCGElementPtr | Task to run as an input to the provided graph. | PCGCommon.h | |
| PreGraphElement | FPCGElementPtr | First task to run. | PCGCommon.h |