Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
Include |
#include "Containers/Map.h" |
void Empty
(
int32 ExpectedNumElements
)
Removes all elements from the map.
This method potentially leaves 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. |