savegame blueprint and loadgame blueprint

i cant figure this out i looked at the savegame tutorial that epicgames provides in their documentation but i want to make one where when i push a button on my UI which i already have it loads the level and puts the player back at the position they were. how would i go about doing this?

Follow the instructions on this answer to create a save.

You’ll need to save the Vector for your player’s position in the SaveGame object on save and then teleport your player there on load.