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