How to change random time in Set Timer Delegate every loop?

Hi everyone, found another solution to this:


I set looping to true with a 1 second timer, get a reference to the timer handle, and then pause that timer handle after execution of whatever you’re trying to do. Once you pause the timer handle I set a delay node with a random float in range node (1-5 seconds, keeping in mind this really means 2-6 seconds because of the one second loop), and then unpause the timer to continue the loop. Hope this helps!