Loading Level, and then the Save Data

Hey, I have spent three days learning from youtube videos and game FAQ to try and load a save game, as well as an level and location with it. I am struggling with this. When the blue print fires it loads the level either from slot or game instance but struggles to load the data after words (location etc.), it is as if the blueprint gets interrupted to follow through with the save once level has been loaded, generally, a save file can be loaded, just not the level. of course.

I need to;

  1. Load the level from save,
  2. Load the game save data,
  3. Spawn at the location of saved data

When I re-spawn a character from save it is like the data gets reset, I will attach images.

][3]

Hello De Ocean Pirate!

When you destroy self is not clear, you are destroing the actor in spawn BP but it then call load info.

Where are these functions? In character BP?

Can you put some print string to find exactly where your logic brakes?