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.
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.