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