Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDefaultMapKeyFuncs
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
KeyInitType Key |
Containers/Map.h | ||
static uint32 GetKeyHash
(
ComparableKey Key |
Containers/Map.h |
GetKeyHash(KeyInitType)
| Name | GetKeyHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
static uint32 GetKeyHash
(
KeyInitType Key
)
GetKeyHash(ComparableKey)
| Name | GetKeyHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
template<typename ComparableKey>
static uint32 GetKeyHash
(
ComparableKey Key
)