EFrameHitchType

What kind of hitch was detected (if any)

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss