![]() |
Advanced Menu System
1.0
|
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.
Documentation and information:π©Start Guide π¬Support Discord (Support answers within 24 hours)
Developer: πHMS website
Social Media: π¦Twitter |βΆοΈ Youtube |π¬Discord |πΌοΈ Artstation
| 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. |