Navigation
API > API/Plugins > API/Plugins/RenderTraceInsights
| Name | UE::RenderTraceInsights::ESyncPointType |
| Type | enum |
| Header File | /Engine/Plugins/RenderTraceInsights/Source/RenderTraceInsights/Public/IRenderTraceProvider.h |
| Include Path | #include "IRenderTraceProvider.h" |
Syntax
namespace UE
{
namespace RenderTraceInsights
{
enum ESyncPointType
{
GPU = 0,
GPUAndCPU = 1,
Manual = 2,
}
}
}
Values
| Name | Remarks |
|---|---|
| GPU | |
| GPUAndCPU | |
| Manual |