Subsystem Loop
This function block allows for iterative processing over a sequence of values. It is designed to efficiently handle looping through lists and executing connected subsystems.
๐ฅ Inputs
This function block does not require any direct inputs, but it can utilize data from connected sources to process.
๐ค Outputs
This block does not produce direct outputs, as it is primarily for managing how data flows through other connected blocks over iterations.
๐จ Features
Iterative Processing
The block can loop through each element of a list, allowing for multiple iterations based on the length of the input sequences.
Subsystem Management
Automatically handles the execution of its child scene nodes and manages the flow of data effectively.
๐ Usage Instructions
Connect Input Sequences: While this block does not have explicit input sockets, connect sequences from other function blocks that you wish to loop over.
Run the Block: Trigger the execution of this block to iterate through each element in the connected sequences.
Monitor Outputs: Keep an eye on performance and results in connected function blocks after iterations.
๐ Evaluation
When run, this function block will loop through each element of the sequences it detects and execute accordingly, allowing for batch processing of data.
๐ก Tips and Tricks
๐ ๏ธ Troubleshooting
Last updated
Was this helpful?