Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | ERenderCommandPipeFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderingThread.h |
| Include Path | #include "RenderingThread.h" |
Syntax
enum ERenderCommandPipeFlags
{
None = 0,
Disabled = 1 << 0,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Disabled | Initializes the render command pipe in a disabled state. |