Houdini 20.0 Nodes VOP nodes

Get Element VOP node

Gets a specified element from array.

On this page
Since 14.0

Retrieves an element from the given array at the specified index.

Negative indicies are supported.

Inputs

Array

The array to retrieve our element from.

Index

The index of the element to retrieve.

Default Value

The value of the output if the specified index is not in the array.

Outputs

Value

The value of the given array at the specified index or the default value if the index is invalid.

See also

VOP nodes