How do I save & load from pause menu?

Hello,

I would like to save & load my game using a pause menu. I already have a pause menu that I can quit the game from, but would like to add a function that allows the player to save the game, and upon doing so, the game will remember such things as player location, health etc. I have been watching this tutorial: Unreal Engine 4 Tutorial : Saving multiple locations/Items - YouTube

I have got it working using hotkeys, but can’t seem to get it working using the Pause menu (from save and load buttons). Any help would be greatly appreciated.


** EDIT: Okay I have found a solution. I used the above tutorial, to which I created a custom event at the start of both the save & load game, which I called within the button presses on the save and load buttons.