Description
Appends the another array to the main one. Modifies the input array.
Information
| Plugin | RigVM |
| Category | Array |
| Tags | List,Collection |
| Type | FRigVMDispatch_ArrayAppend |
IO
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ExecuteContext | This pin is used to chain multiple mutable units together | Execute Context | |
| Array | The array to append the other array to. | TArray<FRigVMUnknownType> |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Other | The second array to append to the first one. | TArray<FRigVMUnknownType> |