Short guide on how to setup your character to be able to use the Settings and the Pause Menu.

1. Pause Menu Implemention:

Follow this guide only if you already have a character you want to use.

  1. Open your Character blueprint.

  2. On the left side, under Components, add a “Pause_Menu_AC” component.

  3. Click on it, and then scroll down to the Events category and add the “On Settings Changed” event.

  4. Now promote that Settings output to a variable, like in the example, it will allow you to easily access the player settings.

    image.png

  5. Now add an input to open the pause menu, like in the example.

    image.png