Description
Loops over the elements in an array.
Information
| Plugin | RigVM |
| Category | Array |
| Tags | List,Collection |
| Type | FRigVMDispatch_ArrayIterator |
IO
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ExecuteContext | This pin is used to chain multiple mutable units together | Execute Context |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Array | The array to iterate over | TArray<FRigVMUnknownType> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Completed | The Completed execute argument. | Execute Context | |
| Element | The current element. | Wildcard | |
| Index | The index of the current element. | int32 | |
| Count | The count of all elements in the array. | int32 | |
| Ratio | A float ratio from 0.0 (first element) to 1.0 (last element). | float |