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.