Insert Array Element

Available since 2022.1.2

Overview

The Insert Array Element Node adds an element, or elements, to an Array. These are inserted at a specified index and given a specified value.

For example, an Array is populated as follows: [0,6,12][0,6,12]. If the indices 11 and 33 are given and the values 33 and 99 are defined, the elements at those indices are inserted and the user is left with a new Array: [0,3,6,9,12][0,3,6,9,12].

Scope: Project, Scene, Function, Prefab.

Attributes

Inputs

Outputs

See Also

Last updated