â¸ī¸Pause Menu widget

How to use this widget

This is a widget based on WB_Master_PauseMenu. However, you never add this widget directly to your UI. Instead you add one of the child classes of this master widget. These contain actual content and these widgets are there in different themes:

  • WB_T0_PauseMenu (only a framework)

  • WB_T1_PauseMenu

  • WB_T2_PauseMenu

  • WB_T3_PauseMenu

These widgets represent the differnt themes, check Create your own theme if you want to modify the visual appearance.

You can just add any of these widgets to your UI. Also make sure that you have added, if you go to the BP_DemoNiceSettingsPC what's inside the comment box Open & Close Pause Menu. See Integration in your projectfor more info about that.

đŸ–ąī¸Regarding the input mode and mouse cursor visibility when exiting the pause menu check out Mouse Cursor Visibility on leaving Pause Menu

Last updated