Navigation
API > API/Runtime > API/Runtime/Core
Defines how the map's pairs are hashed.
| Name | TDefaultMapKeyFuncs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
Syntax
template<typename KeyType, typename ValueType, bool bInAllowDuplicateKeys>
struct TDefaultMapKeyFuncs : public BaseKeyFuncs< TPair< KeyType, ValueType >, KeyType, bInAllowDuplicateKeys >
Inheritance Hierarchy
- BaseKeyFuncs → TDefaultMapKeyFuncs
Derived Classes
TDefaultMapKeyFuncs derived class hierarchy
- FReload::FNativeFuncPtrMapKeyFuncs
- FSourceControlFileStatusMonitor::FUintptrHash
- TActorDescList::FActorGuidKeyFuncs
- TCompactPoseBoneIndexMapKeyFuncs
- TDefaultMapHashableKeyFuncs
- TOnlinePartyIdMapKeyFuncs
- TPropertyPathMapKeyFuncs
- TUniqueNetIdMapKeyFuncs
- TWeakFieldPtrMapKeyFuncs
- TWeakObjectPtrMapKeyFuncs
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementInitType | const TPairInitializer< typename TTypeTraits< KeyType >::ConstInitType, typename TTypeTraits< ValueType >::ConstInitType > & | Containers/Map.h | |
| KeyInitType | TTypeTraits< KeyType >::ConstPointerType | Containers/Map.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
KeyInitType Key |
Containers/Map.h | ||
static uint32 GetKeyHash
(
ComparableKey Key |
Containers/Map.h | ||
static KeyInitType GetSetKey
(
ElementInitType Element |
Containers/Map.h | ||
static bool Matches
(
KeyInitType A, |
Containers/Map.h | ||
static bool Matches
(
KeyInitType A, |
Containers/Map.h |