đŸ–ąī¸Use outside of settings/pause menu

First, learn in Nice Navigation System how the system actually works.

Make sure to enable the Nice Navigation System if you want to be able to navigate since it is disabled by default. More information about that can also be found in: Nice Navigation System

If you want to make your widgets selectable by the Nice Settings Menu make sure that these widgets have the parent class WB_Master_NavWidget.

To reparent your widget, open it and change the Parent Class from User Widget to WB_Master_NavWidget, ❗But only if it is User Widget:

If you parent class is not User Widget, you can cosider going to this widget class and check if it is User Widget. Then you can reparent it also in this widget to WB_Master_NavWidget.

Visual Indicator when Nice Nav Widget is selected

Somehow you need to visually indicate if a widget is currently selected by the nice navigation system. In your widget's Event Graph at the beginning you can create a binding which will trigger an event each time your widget is selected or deselected by the Nice Navigation System.

Here is how this implementation can look like:

In this example I_NavigationSelection is just an Image added in the Design tab of the widget. The image can be set up like this if you want a pulse effect in a color of your choice:

Last updated