Navigation
API > API/Runtime > API/Runtime/Core
Helper class to make it easy to use key/value pairs with a container.
| Name | TKeyValuePair |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/UnrealTemplate.h |
| Include Path | #include "Templates/UnrealTemplate.h" |
Syntax
template<typename KeyType, typename ValueType>
struct TKeyValuePair
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Templates/UnrealTemplate.h | |||
TKeyValuePair
(
const KeyType& InKey |
Templates/UnrealTemplate.h | ||
TKeyValuePair
(
const KeyType& InKey, |
Templates/UnrealTemplate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | KeyType | Templates/UnrealTemplate.h | ||
| Value | ValueType | Templates/UnrealTemplate.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const TKeyValuePair& Other |
Templates/UnrealTemplate.h | ||
bool operator()
(
const TKeyValuePair& A, |
Templates/UnrealTemplate.h | ||
bool operator==
(
const TKeyValuePair& Other |
Templates/UnrealTemplate.h |