Navigation
API > API/Runtime > API/Runtime/Core
| Name | TKeyValue |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Containers/RobinHoodHashTable.h |
| Include Path | #include "Experimental/Containers/RobinHoodHashTable.h" |
Syntax
template<typename KeyType, typename ValueType>
class TKeyValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TKeyValue
(
DeducedKeyType&& InKey, |
Experimental/Containers/RobinHoodHashTable.h |
Class Specializations
| Name | Remarks |
|---|---|
| TKeyValue< KeyType, FUnitType > |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementType | TPair< const KeyType, ValueType > | Experimental/Containers/RobinHoodHashTable.h | |
| FindValueType | ValueType * | Experimental/Containers/RobinHoodHashTable.h | |
| FindValueTypeConst | const ValueType * | Experimental/Containers/RobinHoodHashTable.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Pair | ElementType | Experimental/Containers/RobinHoodHashTable.h |