Build Cluster Array
- 已更新2025-07-30
- 閱讀時間為 2 分鐘
Bundles each element input into a cluster and assembles all element clusters into an array of clusters.
The connector pane displays the default data types for this polymorphic function.

Inputs/Outputs
element
—
element 0..n-1 inputs must be of the same type as the value wired to the topmost element terminal.
array of clusters
—
array of clusters is the resulting array. Each cluster contains a single element.
|
You cannot create arrays of arrays. However, you can use this function to create an array of clusters where each cluster contains an array.
The following example demonstrates two ways to build an array of clusters. You can use the Build Cluster Array function to increase implementation efficiency, as shown in the bottom section of the following example.

element
—
array of clusters
—
—