UEngine::AddEngineStat

Allows external systems to add a new simple engine stat function.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp

Syntax

void AddEngineStat
(
    const FName & InCommandName,
    const FName & InCategoryName,
    const FText & InDescriptionString,
    FEngineStatRender InRenderFunc,
    FEngineStatToggle InToggleFunc,
    const bool bInIsRHS
)

Remarks

Allows external systems to add a new simple engine stat function.

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