Loop Array Group
Create group that iterate to each member in an array.
Node Data | |
|---|---|
Display name | |
Loop Array Group | |
Internal name | |
Node_Iterate_Each_Inline | |
Inheritances | |
| Node_Collection_Inline | |
| Node_Iterate_Each_Inline | |
Inputs | |
Outputs |
Loop through each member in an array, process the value, and return a new array filled with processed outputs.
The system comes with 2 nodes:
- Loop Input A node defining starting points. Will output the orignal array value.
- Loop Output A node for receiving the processed value.