![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UnrealClient.h>
Public Member Functions | |
| FStatHitchesData () | |
| int32 | DrawStat (FViewport *InViewport, FCanvas *InCanvas, int32 InX, int32 InY) |
Public Attributes | |
| double | LastTime |
| TArray< float > | Hitches |
| TArray< double > | When |
| int32 | OverwriteIndex |
| int32 | Count |
Static Public Attributes | |
| static const int32 | NumHitches = 20 |
Data needed to display perframe stat tracking when STAT HITCHES is enabled
|
inline |
| int32 FStatHitchesData::DrawStat | ( | FViewport * | InViewport, |
| FCanvas * | InCanvas, | ||
| int32 | InX, | ||
| int32 | InY | ||
| ) |
Render function to display the stat
| int32 FStatHitchesData::Count |
| double FStatHitchesData::LastTime |
|
static |
| int32 FStatHitchesData::OverwriteIndex |