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

#include <PerfCountersModule.h>

Static Public Attributes

static PERFCOUNTERS_API const FName FrameTime
 
static PERFCOUNTERS_API const FName FrameTimePeriodic
 
static PERFCOUNTERS_API const FName FrameTimeWithoutSleep
 
static PERFCOUNTERS_API const FName ServerReplicateActorsTime
 
static PERFCOUNTERS_API const FName SleepTime
 
static PERFCOUNTERS_API const FName ZeroLoadFrameTime
 

Detailed Description

Named engine-wide histograms

Member Data Documentation

◆ FrameTime

const FName IPerfCounters::Histograms::FrameTime
static

Frame time histogram for the duration of the match.

◆ FrameTimePeriodic

const FName IPerfCounters::Histograms::FrameTimePeriodic
static

Frame time histogram for shorter intervals.

◆ FrameTimeWithoutSleep

const FName IPerfCounters::Histograms::FrameTimeWithoutSleep
static

Frame time histogram (without sleep) for the duration of the match.

◆ ServerReplicateActorsTime

const FName IPerfCounters::Histograms::ServerReplicateActorsTime
static

ServerReplicateActors time histogram for the duration of the match.

◆ SleepTime

const FName IPerfCounters::Histograms::SleepTime
static

Sleep time histogram for the duration of the match.

◆ ZeroLoadFrameTime

const FName IPerfCounters::Histograms::ZeroLoadFrameTime
static

Zero load thread frame time histogram.


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