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