Timeline inside Forloop Blueprint

Hi JesseMeyer,

Each loop is meant to occur instantly, so delays and timelines inside a loop body can cause problems. It is getting to timeline in chain, beginning timeline, and then going to next loop before first timeline has completed. To get around this, you can drop timeline into a custom event and call that event inside loop.

Hope that helps!