Start new game after save

Hi.

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?

I made a save system in game instance

I need the save files to load the game if i want

Why not remove the save game just before you reset?

351131-screenshot-1.jpg

Ok, then your code is loading the save game which it shouldn’t be, I guess…

Yes, only after loading the game. If I play a new game from the editor, the game starts from the starting position

It works, thank you :slight_smile:

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.