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
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 |