Reset level by timer?

Hi guys,
I’m pretty new to unreal and I’m wanting to have my current level restarted when a certain amount of time has passed (say 5 min or something), how do I go about doing this?

Thanks in advance :slight_smile:

Hi, i created a little exemple for you tell me if it’s enough or if you need more details, nothing is too hard here.
i’m also new to unreal engine 4 so i’ll give you my sources so it will help you.

How to make it :

  • Create a new blueprint class as an actor.
  • Directly go to the event graph and only keep the event tick block.
  • Create a time variable as integer.
  • Add and link all the blocks the same way i did.
  • Enjoy

source 1 (restarting a level) : How do I make a player death or level reset in blueprints? - Blueprint - Unreal Engine Forums
source 2 (timer) : 6 - UE4: Adding a timer - YouTube