TSortedMap::Reserve

Preallocates enough memory to contain Number elements.

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 Reserve
(
    int32 Number
)

Remarks

Preallocates enough memory to contain Number elements.