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