Skip to main content

For...Loop

Allows the definition of cycles to perform node sequences a certain number of times, such as in a For...Loop control structure.

NodeImage_b7594853-ebae-4cc5-a7d0-bb4390e49877

Tags: Entity

Parameters

Start [Int]
Start value (inclusive).
End [Int]
End value (inclusive).
Increment [Int]
Increment value.
Index [Attribute]
Attribute that will store the index. This attribute is both read and written from.

Inputs

  • Input [Single | Entity]: Entity being manipulated in the loop.

Outputs

  • Loop [Entity]: Output where the entities will be sent to when the loop is going.
  • Loop Exit [Entity]: Output where the entities will be sent to when the loop is over.