Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EInGamePerfTrackerThreads |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/InGamePerformanceTracker.h |
| Include Path | #include "InGamePerformanceTracker.h" |
Syntax
enum EInGamePerfTrackerThreads
{
GameThread,
RenderThread,
OtherThread,
Num,
}
Values
| Name | Remarks |
|---|---|
| GameThread | |
| RenderThread | |
| OtherThread | |
| Num |