Loop Node
The Loop node allows you to loop a sequence of connected nodes.
The loop node creates an iteration variable that changes depending on the iterator statement. Every time the editor flow reconnects to the loop node, the iterator statement will run, and the iteration variable will be set accordingly.
If the condition evaluates to true; the flow will run through the Loop-socket. Otherwise, the flow will run through the Exit-socket.
Display Node | |
---|---|
Variable Name | The name of your variable |
Initial Value | The initial value of you variable. |
Iterator | How much the value should increment each loop |
Condition | Your condition that will be checked after every loop |