Remove Array Element

Available since 2022.1.2

Overview

The Remove Array Element Node deletes the element(s) of an Array at the specified index/indices.

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

Scope: Project, Scene, Function, Prefab.

Attributes

Inputs

Outputs

See Also

Last updated