Skip to content
cpgames edited this page Jul 12, 2022 · 2 revisions

image

Iterate over every item in collection.


Input Ports:

Start - execution entry.
ElementType - collection element type.
Collection - collection to iterate over.


Output Ports:

Done - execution exit.
Loop - executes for each item in collection.
Element - next item in the collection, updated prior to every Loop execution.

Clone this wiki locally