Home »Action Reference»Array Actions»Array For Each
Index

Array For Each

Loop through all items in an Array and run an FSM Template on each item.

NOTE: This is an advanced/experimental action, still in beta. Please report any issues you run into.

Array
Array to iterate through.
Store Item
Store the item in a variable.
Fsm Template Control
The Template to run on each item in the array.
  • The Template should expose a variable in the Inspector.
  • Use this Input variable to input the stored item.
  • The Template should use Finish FSM when finished.
Finish Event
Event to send after iterating through all items in the Array.

 


See Also: