Build Cluster Array

Creates an array of clusters where each cluster contains an array as its only element. This node provides a way to create a jagged array. You cannot otherwise create an array of arrays.

1378

Inputs/Outputs

datatype_icon

element

An array that you want to store as an element within a cluster.

datatype_icon

created cluster array

An array of clusters in which each cluster contains a single input array.

Examples

Illustration of Behavior

1378