🔧
Nice Settings Menu
  • 👋Welcome - Nice Settings Menu Documentation
  • 🔌Integration in your project
  • 🎮Key Mapping / Binding
    • 🎮Enhanced Input System
    • 🎮Old Input System
    • âŒ¨ī¸Key conflict settings (use same keys for inputs)
  • đŸ–ąī¸Nice Navigation System
    • đŸ–ąī¸Navigation Input Modes
    • đŸ–ąī¸Use outside of settings/pause menu
  • 📖Use Settings Menu in Main Menu
  • đŸŸĻSettings Menu widget
  • â¸ī¸Pause Menu widget
  • â¯ī¸Pause Menu - Set Game Paused
  • đŸ”ŗSettings Section
  • đŸ“ĻSettings Category Button
  • 🔹Different Setting Types
    • đŸŸĻOption Switcher
    • đŸŸĻToggler
    • đŸŸĻSlider
    • đŸŸĻKey Mapper
  • â†Šī¸Change setting default values
  • đŸ—ƒī¸Setting Presets with Overall Switcher
  • 🔊Audio/Sound Volume adjustments
  • đŸ–ąī¸Mouse Cursor Visibility on leaving Pause Menu
  • 🔅Add Lumen Setting
  • đŸ–Ĩī¸Confirm Alert
    • đŸ’ģUse Confirm Alert everywhere
  • đŸ“ēCreate your own theme
  • đŸ–ąī¸Sensitivity Mouse & Gamepad
  • âœˆī¸Seamless Server Travel
  • Disable the FPS counter
  • 🌍Localization / Languages
  • Troubleshooting: No inputs
  • Troubleshooting: Save/Load not working
  • âŦ†ī¸Update Guides
    • 🔃Update From v1.0 to v1.1
  • 🐞Bug Fixes
Powered by GitBook
On this page

Settings Section

PreviousPause Menu - Set Game PausedNextSettings Category Button

Last updated 1 year ago

The setting menu can be separated in different sections, for example: Video, Audio, Key Binding, Gameplay.

Each Section has a SettingsSectionID.

Use the Settings Category Buttonto change a settings section. To do that set this button to the Settings category you want and in its details tab add the On Selected event dispatcher like on the image:

In your blueprint you can let the event dispatchers change a widget switcher index then as in this example of Theme 1:

If you're creating a new settings menu from scratch and don't have a widget switcher added yet, you can simply add a new widget switcher at any place in your settings menu widget. It's recommended to add Scroll boxes to this widget switcher that should represent your different settings section as for example here:

These scroll boxes then contain your Different Setting Typeswidgets. Make sure to set the related SettingsSectionID also in each setting widget as for example here:

đŸ”ŗ