Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/DefaultKeyFuncs
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
KeyInitType Key |
Calculates a hash index for a key. | Containers/SetUtilities.h | |
static uint32 GetKeyHash
(
ComparableKey Key |
Calculates a hash index for a key. | Containers/SetUtilities.h |
GetKeyHash(KeyInitType)
Description
Calculates a hash index for a key.
| Name | GetKeyHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SetUtilities.h |
| Include Path | #include "Containers/SetUtilities.h" |
static uint32 GetKeyHash
(
KeyInitType Key
)
GetKeyHash(ComparableKey)
Description
Calculates a hash index for a key.
| Name | GetKeyHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SetUtilities.h |
| Include Path | #include "Containers/SetUtilities.h" |
template<typename ComparableKey>
static uint32 GetKeyHash
(
ComparableKey Key
)