Array Index

Copies an element of an input array into an output

Installation

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

Array (array)

arrays, bool[]

The array to be indexed

Index (index)

int

The index into the array, a negative value indexes from the end of the array

Outputs

Name

Type

Description

Default

value

array_elements, bool

The value from the array