Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | ERDGSetupTaskWaitPoint |
| Type | enum |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphDefinitions.h |
| Include Path | #include "RenderGraphDefinitions.h" |
Syntax
enum ERDGSetupTaskWaitPoint
{
Compile = 0,
Execute = 1,
MAX,
}
Values
| Name | Remarks |
|---|---|
| Compile | (Default) Setup task is synced prior to compilation. |
| Execute | Setup task is synced prior to execution. |
| MAX |