Houdini 21.0 Nodes APEX nodes

array::Sort<T>

Sorts an array in ascending order.

On this page
Since 20.0

Sorts an array in ascending order.

The array ports of this node are in-place ports, which means that the array is updated without creating a copy.

Inputs

*array: BoolArray, FloatArray, IntArray, StringArray, Vector2Array, Vector3Array, Vector4Array Required

The input array.

Outputs

*array: BoolArray, FloatArray, IntArray, StringArray, Vector2Array, Vector3Array, Vector4Array

The updated array with its elements sorted in ascending order.

See also

APEX nodes