Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSet
Description
Finds an element with a pre-calculated hash and a key that can be compared to KeyType
| Name | FindIdByHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path | #include "Containers/Set.h" |
template<typename ComparableKey>
FSetElementId FindIdByHash
(
uint32 KeyHash,
const ComparableKey & Key
) const
The element id that matches the key and hash or an invalid element id
See Also
- Class documentation section on ByHash() functions