Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Set.h |
Include |
#include "Containers/Set.h" |
void Empty
(
int32 ExpectedNumElements
)
Removes all elements from the set, potentially leaving space allocated for an expected number of elements about to be added.
Parameter |
Description |
---|---|
ExpectedNumElements |
The number of elements about to be added to the set. |