UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FStatHitchesData Struct Reference

#include <UnrealClient.h>

Public Member Functions

 FStatHitchesData ()
 
int32 DrawStat (FViewport *InViewport, FCanvas *InCanvas, int32 InX, int32 InY)
 

Public Attributes

double LastTime
 
TArray< floatHitches
 
TArray< doubleWhen
 
int32 OverwriteIndex
 
int32 Count
 

Static Public Attributes

static const int32 NumHitches = 20
 

Detailed Description

Data needed to display perframe stat tracking when STAT HITCHES is enabled

Constructor & Destructor Documentation

◆ FStatHitchesData()

FStatHitchesData::FStatHitchesData ( )
inline

Member Function Documentation

◆ DrawStat()

int32 FStatHitchesData::DrawStat ( FViewport InViewport,
FCanvas InCanvas,
int32  InX,
int32  InY 
)

Render function to display the stat

Member Data Documentation

◆ Count

int32 FStatHitchesData::Count

◆ Hitches

TArray<float> FStatHitchesData::Hitches

◆ LastTime

double FStatHitchesData::LastTime

◆ NumHitches

const int32 FStatHitchesData::NumHitches = 20
static

◆ OverwriteIndex

int32 FStatHitchesData::OverwriteIndex

◆ When

TArray<double> FStatHitchesData::When

The documentation for this struct was generated from the following files: