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" |
Syntax
template<typename KeyType, typename ValueType>
struct TKeyValuePair
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| KeyType | Key | ||
| ValueType | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TKeyValuePair
(
KeyType2&& InKey, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const TKeyValuePair& Other |
||
| bool | operator()
(
const TKeyValuePair& A, |
||
| bool | operator<
(
const TKeyValuePair& Other |
||
| bool | operator==
(
const TKeyValuePair& Other |