Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScriptCompactSet
Description
Adds an uninitialized object to the set. The set 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/ScriptCompactSet.h |
| Include Path | #include "Containers/ScriptCompactSet.h" |
int32 AddUninitialized
(
const FScriptCompactSetLayout & Layout
)
The index of the added element.