This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
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> |