Description
Clones an array and returns a duplicate.
Information
| Plugin | RigVM |
| Category | Array |
| Tags | List,Collection |
| Type | FRigVMDispatch_ArrayClone |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Array | The array to clone | TArray<FRigVMUnknownType> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Clone | The duplicate of the input array. | TArray<FRigVMUnknownType> |