"Slow down" a For Loop

Trying to debug the logic in a Blueprint. Does anyone know of a way to ‘slow down’ a For Loop’ for debugging purposes?

  1. You can create a macro that mimics a loop with delay: just google for loop with delay blueprint
  2. Blueprint Debugging | Unreal Engine Documentation
1 Like

Thanks. Unfortunately forgot to mention this is a Construction script I am debugging and you cannot use Delay nodes!

1 Like

Breakpoint and Step Into?

1 Like

Macro for loop with delay.
Forloop-delay-macro


forloop_ins-outs

What @Everynone recommended is the better approach.

1 Like