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,
DeducedValueType&& InVal
)
|
|
Experimental/Containers/RobinHoodHashTable.h |
|
Class Specializations
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
Functions