EStatType

Used by the profiler

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Stats/Stats.h

Include

#include "Stats/Stats.h"

Syntax

enum EStatType
{
    STATTYPE_CycleCounter,
    STATTYPE_AccumulatorFLOAT,
    STATTYPE_AccumulatorDWORD,
    STATTYPE_CounterFLOAT,
    STATTYPE_CounterDWORD,
    STATTYPE_MemoryCounter,
    STATTYPE_Error,
}

Values

Name

Description

STATTYPE_CycleCounter

STATTYPE_AccumulatorFLOAT

STATTYPE_AccumulatorDWORD

STATTYPE_CounterFLOAT

STATTYPE_CounterDWORD

STATTYPE_MemoryCounter

STATTYPE_Error

Remarks

Used by the profiler

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