Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ChartCreation.h |
| Include | #include "ChartCreation.h" |
Syntax
enum EFrameHitchType
{
NoHitch,
UnknownUnit,
GameThread,
RenderThread,
RHIThread,
GPU,
}
Values
| Name | Description |
|---|---|
| NoHitch | We didn't hitch. |
| UnknownUnit | We hitched but couldn't isolate which unit caused it. |
| GameThread | Hitched and it was likely caused by the game thread. |
| RenderThread | Hitched and it was likely caused by the render thread. |
| RHIThread | Hitched and it was likely caused by the RHI thread. |
| GPU | Hitched and it was likely caused by the GPU. |
Remarks
ChartCreation