Navigation
API > API/Plugins > API/Plugins/PCG
| Name | EPCGExecutionPhase |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGContext.h |
| Include Path | #include "PCGContext.h" |
Syntax
enum EPCGExecutionPhase
{
NotExecuted = 0,
PrepareData,
Execute,
PostExecute,
Done,
}
Values
| Name | Remarks |
|---|---|
| NotExecuted | |
| PrepareData | |
| Execute | |
| PostExecute | |
| Done |