Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TSet > API/Runtime/Core/Containers/TSet/Remove
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include | #include "Containers/Set.h" |
int32 Remove
(
KeyInitType Key
)
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. |