Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScriptSet
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/Set.h |
| Include Path | #include "Containers/Set.h" |
int32 AddUninitialized
(
const FScriptSetLayout & Layout
)
The index of the added element.