Make Array

Makes an output array attribute from input values, in the order of the inputs. If ‘arraySize’ is less than the number of input elements, the top ‘arraySize’ elements will be used. If ‘arraySize’ is greater than the number of input elements, the last input element will be repeated to fill the remaining space.

Installation

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

input0

any

Input array element

arraySize

int

The size of the array to create

1

Array Type (arrayType)

token

The type of the array (‘auto’ infers the type from the first connected and resolved input)

auto

Outputs

Name

Type

Description

Default

array

any

The array of copied values of inputs in the given order