TChunkedArray::AddElement

Adds a new item to the end of the chunked array.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/ChunkedArray.h"

Syntax

int32 AddElement
(
    const ElementType & Item
)

Remarks

Adds a new item to the end of the chunked array.

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