Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStripedMapBase
Description
Reserves memory such that the map can contain at least Number elements. The reserved memory is distributed across stripes.
| Name | Reserve |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StripedMap.h |
| Include Path | #include "Containers/StripedMap.h" |
void Reserve
(
int32 Number
)
Parameters
| Name | Remarks |
|---|---|
| Number | The number of elements that the map should be able to contain after allocation. |
See Also
- Shrink