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
&40;
KeyType && InKey,
ValueType && InValue
&41;
Remarks
Helper to construct a TKeyValuePair.