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" |
void Empty
&40;
int32 ExpectedNumElements
&41;
Remarks
Removes all elements from the set, potentially leaving space allocated for an expected number of elements about to be added.
Parameters
| Name | Description |
|---|---|
| ExpectedNumElements | The number of elements about to be added to the set. |