Description
Given a count, execute iteratively until the count is up
IO
| Name |
Description |
Permitted Types |
Default Value |
| ExecutePin |
This property is used to chain multiple mutable nodes together |
Execute Context |
|
| 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 |
|