TArray::AddDefaulted_GetRef

Add a new item to the end of the array, possibly reallocating the whole array to fit.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Array.h"

Syntax

ElementType & AddDefaulted_GetRef()

Remarks

Add a new item to the end of the array, possibly reallocating the whole array to fit. The new item will be default-constructed.

Returns

A reference to the newly-inserted element.

See Also

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