Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSet
Description
Checks if the element contains an element with the given key.
| Name | ContainsByHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path | #include "Containers/Set.h" |
template<typename ComparableKey>
bool ContainsByHash
(
uint32 KeyHash,
const ComparableKey & Key
) const
See Also
- Class documentation section on ByHash() functions