So at first I created a player controller that would allow me to switch characters and a game instance to save that character through multiple levels. I found out that that only worked when moving through levels not when exiting the game. So then I created a save game and saved my set character after using the player controller. Then I loaded that save game on event begin play In my controller so I could spawn in as that character. My code however still isnt working, could someone plz explain why?