I have a problem with opening a new level. I save the game and when I click the New Game button (I`m using Open level Blueprint), my character starts the game where I saved it. Blueprint Restart Game doesnt help with that.
Only when I turn off the game and click play again does the character start in the starting position.
Anyone know what I should do to reset the game after clicking new game?
You need a boolean to tell it to load or not.
Store it somewhere that doesn’t get wiped in a restart (instance, mode, etc.) and get it before loading the save.