Advanced Menu System  1.0
Loading...
Searching...
No Matches
Description

The Advanced Menu System plugin is designed specifically for Unreal Engine 5, offering a game-ready solution for creating game menus. Developed entirely in C++. Plugin can be used with both C++ and Blueprints.

ADDITIONAL LINKS

Documentation and information:🚩Start Guide πŸ’¬Support Discord (Support answers within 24 hours)
Developer: 🌐HMS website
Social Media: 🐦Twitter |▢️ Youtube |πŸ’¬Discord |πŸ–ΌοΈ Artstation

VERSIONS

  • UE 5.4 Version 1.0


Warning
UE5.3 OR OLDER ARE NOT SUPPORTED.

DEMO

  • Windows Download
  • Mac OS Comming soon
  • Linux Comming soon

C++ CLASSES

Class Description
FButtonIcon Button icon structure. Used for input settings.
FCommandOnValue Command & value. Used in a game settings to execute.
FCreditSection Struct used in the credits.
FGalleryItem Item for gallery widget.
FSavedSetting Saved game setting structure.
FServerInfo Server info structure. Contains general information about the server.
FSetting Game setting structure.
FSettingCategory Setting category structure (Temporary unused)
UAudioSave Audio settings save.
UAudioSettingsWidget Audio setting param widget.
UComboBoxWidget Combo box setting param widget.
UCompasWidget Compas widget.
UControlsSave Controls settings save.
UControlsSettingsWidget Input setting param widget.
UCreditsWidget Credits widget.
UGraphicsSave Graphics settings save.
UGraphicsSettingsWidget Game graphics settings widget.
UIntroWidget Intro screen widget.
UKeyBindingWidget Input setting line widget.
ULoadingScreenWidget Loading screen widget.
UMenuBaseWidget Menu widget.
UMenuScreenWidget Menu screen widget.
UMenuSettingsWidget Menu settings widget.
UMovableWindowHeaderWidget Movable header for the window.
UMovableWindowWidget Movable window widget.
UMultiplayerSave Multiplayer settings save.
UQuestionWindowBaseWidget Message widget.
UQuitGameWindowWidget Quit game message widget.
USaveSettingsWindowBaseWidget Save settings message widget.
UServerBrowserWindowWidget Server browser movable window widget.
UServerSlotWidget Server slot widget.
USettingsParamBase Settings base for params inside a game settings.
USliderWidget Slider param setting widget.
USwitchWidget Switch param setting widget
UTextBlockWidget Custom Text block class which is required for the text chat.
UTextChatWidget Game chat widget.
USettingsFunctionLibrary Class includes functions to apply the settings.
UTileWidget Tile widget.
UVideoSave Video settings save.
UVideoSettingsWidget Game video settings widget.
Previous Next
Start Guide