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
Given a count, execute iteratively until the count is up
Information
| Plugin | RigVM |
| Category | Execution |
| Tags | Iterate |
| Type | FRigVMFunction_ForLoopCount |
IO
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ExecutePin | This property is used to chain multiple mutable nodes together | Execute Context |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Count | The number of iterations for this loop | int32 | 1 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Index | The index of the current iteration | int32 | |
| Ratio | The ratio of the current iteration (from 0.0 for the first to 1.0 for the last) | float | |
| Completed | The completed branch to run once the loop has finished all iterations | Execute Context |