How do I add a delay to each iteration of a foreachloop?

This looks complicated haha I dunno if the engine had major revisions since the time this post started regarding this macro BUT as of 4.18 it is super simple.

  1. Create your own custom macro using the blueprint macro library
  2. Copy all the features of the “for each loop” or “for each loop with break” whatever you want to add a delay to
  3. Add 1 extra input (float) to be used as the delay
  4. Add a delay node following the “Assign” that loops back to the branch node
  5. Hook the input float into this delay

Here is a tutorial showing how to do this for those of you who prefer that instead.

Simple and now you have a custom “Loop with Delay” that you can set when calling the macro itself.

5 Likes