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.
- Create your own custom macro using the blueprint macro library
- Copy all the features of the “for each loop” or “for each loop with break” whatever you want to add a delay to
- Add 1 extra input (float) to be used as the delay
- Add a delay node following the “Assign” that loops back to the branch node
- 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.