Pause Menu widget
Last updated
Last updated
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
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