Short guide on how to setup your character to be able to use the Settings and the Pause Menu.
Follow this guide only if you already have a character you want to use.
Open your Character blueprint.
Make sure that after the begin play event you have a “Set Input Mode Game Only” if you want to control the character as soon as the level loads.
Now, on the left side, under Components, add a “Pause_Menu_AC” component.
Click on it, and then scroll down to the Events category and add the “On Settings Changed” event.
Now promote that Settings output to a variable, like in the example, it will allow you to easily access the player settings.
Now add an input to open the pause menu, like in the example.