Description
Returns an element of an array by index.
Information
| Plugin | RigVM |
| Category | Array |
| Tags | Get Index,At Index,[] |
| Type | FRigVMDispatch_ArrayGetAtIndex |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Array | The array to retrieve an element from. | TArray<FRigVMUnknownType> | |
| Index | The index of the element to retrieve. | int32 | 0 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Element | The element at the given index. | Wildcard |