Use set timer by function in game mode for every level unreal engin4

i want to check the condition if its true then load next function . the condition is checked after seconds using set timer by function. i create timer function in game mode because i want to use it on every level. its work fine but in next level it is not working. how to reset timer function.

Timers are reset automatically every time you set them, so I believe your issue is not in the timer itself. If you could post screenshots of how you call the timer from the Level BP and what it looks like in the Game Mode BP, that would be helpful.

I don’t understand how you can do it with the gamemode, but you can with game state.

Have this in each level BP:

and then in the game state: