How to restart level when player dies

Using the console command is not the recommended way. I have provided how to do it in c++ in my answer bellow. This post http://www.unrealidiot.com/how-to-reload-current-level-in-unreal-engine-4 shows how to do it in blueprint. It is pretty much the same thing.

  • Get the current level name
  • Call OpenLevel passing the level name
2 Likes