Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCookStatsManager
Copy of TKeyValuePair<> from Core, but with a default initializer for each member. Useful for containers that auto-add default constructed members. We can't change TKeyValuePair because code relies on it and don't want to slow it down for those use cases.
| Name | TKeyValuePair |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/CookStats.h |
| Include Path | #include "ProfilingDebugging/CookStats.h" |
Syntax
template<typename KeyType, typename ValueType>
struct TKeyValuePair
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ProfilingDebugging/CookStats.h | |||
TKeyValuePair
(
KeyType2&& InKey, |
ProfilingDebugging/CookStats.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | KeyType | ProfilingDebugging/CookStats.h | ||
| Value | ValueType | ProfilingDebugging/CookStats.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const TKeyValuePair& Other |
ProfilingDebugging/CookStats.h | ||
bool operator()
(
const TKeyValuePair& A, |
ProfilingDebugging/CookStats.h | ||
bool operator==
(
const TKeyValuePair& Other |
ProfilingDebugging/CookStats.h |