Get Array Element

Overview

Get Array Element is used for accessing elements in an Array. The Node accepts an Array and the index/es of the desired element/s in the Array and returns the desired element/s and the Array itself.

Attributes

Miscellaneous

Inputs/Outputs

The number of Input and Output Elements you wish to add to the Attribute section. Each Element represents an index element you wish to return.

AttributeTypeDescription

Default Index

Defined in the Data Type Attribute

The Index of the element you wish to return if no value is provided to the Index Input Socket.

Data Type

Drop-down

The Data Type of the Index element you wish to return.

Inputs

InputTypeDescription

Pulse Input (►)

Pulse

A standard Input Pulse, to trigger the execution of the Node.

Array

Array

The desired element/s will be returned from this Array.

Index

Defined in the Data Type Attribute

The Index of the element you wish to return.

Outputs

OutputTypeDescription

Pulse Output (►)

Pulse

A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.

Array

Array

The Array provided to the Input Socket.

Value

Defined in the Data Type Attribute.

The Output value accessed from the Array.

Eg Usage

See Also

Last updated