Description
Returns the number of elements of an array
Information
| Plugin | RigVM |
| Category | Array |
| Tags | List,Collection |
| Type | FRigVMDispatch_ArrayGetNum |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Array | The array to retrieve the size for. | TArray<FRigVMUnknownType> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Num | The size of the input array. | int32 |