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>
int32 RemoveByHash
&40;
uint32 KeyHash,
const ComparableKey & Key
&41;
Remarks
Removes all elements from the set matching the specified key. The number of elements removed.
Parameters
| Name | Description |
|---|---|
| Key | The key to match elements against. |
See Also
Class documentation section on ByHash() functions