Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCookStatsManager > API/Runtime/Core/FCookStatsManager/TKeyValuePair
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
ProfilingDebugging/CookStats.h |
|
|
|
ProfilingDebugging/CookStats.h |
|
TKeyValuePair()
| |
|
| Name |
TKeyValuePair |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/ProfilingDebugging/CookStats.h |
| Include Path |
#include "ProfilingDebugging/CookStats.h" |
TKeyValuePair()
TKeyValuePair(KeyType2 &&, ValueType2 &&)
| |
|
| Name |
TKeyValuePair |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/ProfilingDebugging/CookStats.h |
| Include Path |
#include "ProfilingDebugging/CookStats.h" |
template<typename KeyType2, typename ValueType2>
TKeyValuePair
(
KeyType2 && InKey,
ValueType2 && InValue
)