Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCookStatsManager
Description
Helper to create an array of KeyValues using a single expression. If there is an odd number of arguments, the last value is considered to be an empty string.
| Name | CreateKeyValueArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/CookStats.h |
| Include Path | #include "ProfilingDebugging/CookStats.h" |
template<typename... ArgTypes>
static TArray < FCookStatsManager::StringKeyValue > CreateKeyValueArray
(
ArgTypes &&... Args
)