AddStatFuncRef

When you register a callback for reporting your stats, you will be given a [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef) to call to add stats.

Windows
MacOS
Linux

Type

typedef TFunctionRef< void &StatName, const TArray< StringKeyValue > &StatAttributes)> AddStatFuncRef

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/ProfilingDebugging/CookStats.h

Include

#include "ProfilingDebugging/CookStats.h"

Remarks

When you register a callback for reporting your stats, you will be given a TFunctionRef to call to add stats. This is the signature of the function you will call.

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