TIndirectArray::Add

Adds 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/IndirectArray.h

Include

#include "Containers/IndirectArray.h"

Syntax

int32 Add
(
    T * Item
)

Remarks

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

Returns

Index to the new item.

Parameters

Parameter

Description

Item

The item to add.

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