Description
Sets the numbers of elements of an array. Modifies the input array.
Information
| Plugin | RigVM |
| Category | Array |
| Tags | List,Collection |
| Type | FRigVMDispatch_ArraySetNum |
IO
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ExecuteContext | This pin is used to chain multiple mutable units together | Execute Context | |
| Array | The array to set the size for. | TArray<FRigVMUnknownType> |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Num | The new size of the array. | int32 | 0 |