TScriptSet::AddUninitialized

Adds an uninitialized object to the set.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Set.h

Include

#include "Containers/Set.h"

Syntax

int32 AddUninitialized
(
    const FScriptSetLayout & Layout
)

Remarks

Adds an uninitialized object to the set. The set will need rehashing at some point after this call to make it valid.

Returns

The index of the added element.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss