Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCookStatsManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ImplCreateKeyValueArray
(
TArray< FCookStatsManager::StringKeyValue >& Attrs, |
ProfilingDebugging/CookStats.h | ||
static void ImplCreateKeyValueArray
(
TArray< FCookStatsManager::StringKeyValue >& Attrs, |
ProfilingDebugging/CookStats.h | ||
static void ImplCreateKeyValueArray
(
TArray< FCookStatsManager::StringKeyValue >& Attrs, |
ProfilingDebugging/CookStats.h |
ImplCreateKeyValueArray(TArray< FCookStatsManager::StringKeyValue > &, KeyType &&)
| Name | ImplCreateKeyValueArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/CookStats.h |
| Include Path | #include "ProfilingDebugging/CookStats.h" |
template<typename KeyType>
static void ImplCreateKeyValueArray
(
TArray < FCookStatsManager::StringKeyValue > & Attrs,
KeyType && Key
)
ImplCreateKeyValueArray(TArray< FCookStatsManager::StringKeyValue > &, KeyType &&, ValueType &&)
| Name | ImplCreateKeyValueArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/CookStats.h |
| Include Path | #include "ProfilingDebugging/CookStats.h" |
template<typename KeyType, typename ValueType>
static void ImplCreateKeyValueArray
(
TArray < FCookStatsManager::StringKeyValue > & Attrs,
KeyType && Key,
ValueType && Value
)
ImplCreateKeyValueArray(TArray< FCookStatsManager::StringKeyValue > &, KeyType &&, ValueType &&, ArgTypes &&...)
| Name | ImplCreateKeyValueArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/CookStats.h |
| Include Path | #include "ProfilingDebugging/CookStats.h" |
template<typename KeyType, typename ValueType, typename... ArgTypes>
static void ImplCreateKeyValueArray
(
TArray < FCookStatsManager::StringKeyValue > & Attrs,
KeyType && Key,
ValueType && Value,
ArgTypes &&... Args
)