Set Array Element
Overview
Set Array Element updates one or more elements in an Array to new values. For this, it receives the Index
of the element to update and the Value
to which it will be updated.
If the Index
is out of range for the Array, it will extend the Array up to the Index
and fill the newly created element/s with empty element/s of the data type Any.
Scope: Project, Scene, Function, Prefab.
Attributes
Inputs
Inputs
- The number of elements you wish to set the value of. Each Input element has the following Attributes:
Inputs
Outputs
Example Usage
See Also
Last updated