Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- BaseKeyFuncs
- TDefaultMapKeyFuncs
- FActorDescList::FActorGuidKeyFuncs
- FReload::FNativeFuncPtrMapKeyFuncs
- FSourceControlFileStatusMonitor::FUintptrHash
- TCompactPoseBoneIndexMapKeyFuncs
- TDefaultMapHashableKeyFuncs
- MeshDrawCommandKeyFuncs
- TOnlinePartyIdMapKeyFuncs
- TPropertyPathMapKeyFuncs
- TUniqueNetIdMapKeyFuncs
- TWeakFieldPtrMapKeyFuncs
- TWeakObjectPtrMapKeyFuncs
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
Syntax
template<typename KeyType, typename ValueType, bool bInAllowDuplicateKeys>
struct TDefaultMapKeyFuncs : public BaseKeyFuncs< TPair< KeyType, ValueType >, KeyType, bInAllowDuplicateKeys >
Remarks
Defines how the map's pairs are hashed.
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetKeyHash
(
KeyInitType Key |
||
| uint32 | GetKeyHash
(
ComparableKey Key |
||
| KeyInitType | GetSetKey
(
ElementInitType Element |
||
| bool | Matches
(
KeyInitType A, |
||
| bool | Matches
(
KeyInitType A, |
Typedefs
| Name | Description |
|---|---|
| ElementInitType | |
| KeyInitType |