Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging > API/Runtime/Core/ProfilingDebugging/FCookStatsManager
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/CookStats.h |
| Include | #include "ProfilingDebugging/CookStats.h" |
template<typename KeyType, typename ValueType>
static TKeyValuePair < typename TDecay < KeyType >::Type, typename TDecay < ValueType >::Type > MakePair
(
KeyType && InKey,
ValueType && InValue
)
Remarks
Helper to construct a TKeyValuePair.