Save and load levels?

you really don t want to do this :slight_smile: because in ue, the pawns and player controllers are not persistent, that means they reset each time you open a level. i think you should put your code in the game instance class (wich is persistant) or the laoding level function can be in your widget too so you can handle when it triggers