The next step is to modify the functionality of the pause screen buttons so that they can properly resume the game or reset the save file on the player's machine. Click on the Reset All button, and in the Details panel, click on the + button next to On Clicked in order to create a new button Event. We will start by setting up the series of nodes needed to resume the game from a paused state, as seen in this screenshot:
In the Graph view, delete the Open Level node attached to the Resume button Event, and then connect the Remove from Parent node directly to the On Clicked (Resume) node. In addition to removing ...