Looping blueprint

On Start > While Loop
Boolean variable for condition.
Loop body: Delay 5 seconds
Loop Complete: Whatever event you want to happen when the condition finally fails

This makes sense to me, although I just tried something like this last night and the game seemed to think it was an infinite loop (didn’t even give me the chance to change the condition value).