Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/UnrealTemplate.h |
| Include | #include "Templates/UnrealTemplate.h" |
Syntax
template<typename KeyType, typename ValueType>
struct TKeyValuePair
Remarks
Helper class to make it easy to use key/value pairs with a container.
Variables
| Type | Name | Description | |
|---|---|---|---|
| KeyType | Key | ||
| ValueType | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TKeyValuePair
(
const KeyType& InKey |
|||
TKeyValuePair
(
const KeyType& 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 |