i have saved game using save game object.(saved only location of player )…now i want to load game from my menu widget button that is “Continue Game”…i dont know how to do it…
Well you need to know the save game slot name, lets say its “save1”. In main menu have a button and on that button pressed you need to use Does save game exist with slot name “save1”, if it does then load the save game from slot with the same slot name, get the location variable and set the character location to it (this works if the main menu and gameplay maps are the same)If the maps are different then you need to load the game in the gameplay level (in character blueprint, gamemode or anywhere else)