Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging > API/Runtime/Core/ProfilingDebugging/FCookStatsManager
Type
typedef TFunctionRef< void(const FString &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.