FStatHitchesData

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

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/UnrealClient.h

Include

#include "UnrealClient.h"

Syntax

struct FStatHitchesData

Remarks

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

Variables

Name Description

Public variable

int32

 

Count

Public variable

TArray< float >

 

Hitches

Public variable

double

 

LastTime

Public variable

int32

 

OverwriteIndex

Public variable

TArray< double ...

 

When

Constructors

Name Description

Public function

FStatHitchesData()

Functions

Name Description

Public function

int32

 

DrawStat

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

Render function to display the stat

Constants

Name

Description

NumHitches

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