TSortedMap::Empty

Removes all elements from the map, potentially leaving space allocated for an expected number of elements about to be added.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h

Include

#include "Containers/SortedMap.h"

Syntax

void Empty
(
    int32 ExpectedNumElements
)

Remarks

Removes all elements from the map, potentially leaving space allocated for an expected number of elements about to be added.

Parameters

Parameter

Description

ExpectedNumElements

The number of elements about to be added to the set.