Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Set.h |
Include |
#include "Containers/Set.h" |
template<typename ComparableKey>
int32 RemoveByHash
(
uint32 KeyHash,
const ComparableKey & Key
)
Removes all elements from the set matching the specified key.
The number of elements removed.
Parameter |
Description |
---|---|
Key |
The key to match elements against. |
Class documentation section on ByHash() functions