Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScriptMap
Description
Adds an uninitialized object to the map. The map will need rehashing at some point after this call to make it valid.
| Name | AddUninitialized |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
int32 AddUninitialized
(
const FScriptMapLayout & Layout
)
The index of the added element.