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

#include <StatsMisc.h>

Static Public Member Functions

static double GetTime ()
 
static void ClearTime ()
 

Detailed Description

Utility class to store a counter and a time value in seconds. Implementation will be stripped out in STATS disabled builds, although it will waste a small amount of memory unless stripped by the linker.

Useful when timing reentrant functions.

Member Function Documentation

◆ ClearTime()

static void FSecondsCounterData::ClearTime ( )
inlinestatic

◆ GetTime()

static double FSecondsCounterData::GetTime ( )
inlinestatic

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