Navigation
API > API/Plugins > API/Plugins/RenderTraceInsights
Must be kept in sync with the enum of the same name in RenderGraphPass.h.
| Name | UE::RenderTraceInsights::ERDGPassTaskMode |
| Type | enum |
| Header File | /Engine/Plugins/RenderTraceInsights/Source/RenderTraceInsights/Public/IRenderTraceProvider.h |
| Include Path | #include "IRenderTraceProvider.h" |
Syntax
namespace UE
{
namespace RenderTraceInsights
{
enum ERDGPassTaskMode
{
Inline = 0,
Await = 1,
Async = 2,
NotSet = 0xff,
}
}
}
Values
| Name | Remarks |
|---|---|
| Inline | |
| Await | |
| Async | |
| NotSet |