Description
Creates a new array from its elements.
Information
| Plugin | RigVM |
| Category | Array |
| Tags | Make,MakeArray,Constant,Reroute |
| Type | FRigVMDispatch_ArrayMake |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Values | The elements of the array to create. | TArray<FRigVMUnknownType> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Array | The resulting array. | TArray<FRigVMUnknownType> |