Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- BaseKeyFuncs
- DefaultKeyFuncs
- FUniqueNetIdKeyFuncs
- TWeakObjectPtrSetKeyFuncs
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include | #include "Containers/Set.h" |
Syntax
template<typename ElementType, bool bInAllowDuplicateKeys>
struct DefaultKeyFuncs : public BaseKeyFuncs< ElementType, ElementType, bInAllowDuplicateKeys >
Remarks
A default implementation of the KeyFuncs used by TSet which uses the element as a key.
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetKeyHash
(
KeyInitType Key |
Calculates a hash index for a key. | |
| uint32 | GetKeyHash
(
ComparableKey Key |
Calculates a hash index for a key. | |
| KeyInitType | GetSetKey
(
ElementInitType Element |
||
| bool | Matches
(
KeyInitType A, |
||
| bool | Matches
(
KeyInitType A, |
Typedefs
| Name | Description |
|---|---|
| ElementInitType | |
| KeyInitType |