Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSet
Description
Removes all elements from the set matching the specified key.
| Name | RemoveByHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path | #include "Containers/Set.h" |
template<typename ComparableKey>
int32 RemoveByHash
(
uint32 KeyHash,
const ComparableKey & Key
)
The number of elements removed.
Parameters
| Name | Remarks |
|---|---|
| Key | The key to match elements against. |
See Also
- Class documentation section on ByHash() functions