Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anderctrl/unreal-betterui
Simple plugin to help you save time setting up all the ui system again and again.
https://github.com/anderctrl/unreal-betterui
cpp unreal unreal-engine unreal-engine-plugin unreal-plugin
Last synced: 6 days ago
JSON representation
Simple plugin to help you save time setting up all the ui system again and again.
- Host: GitHub
- URL: https://github.com/anderctrl/unreal-betterui
- Owner: anderctrl
- License: unlicense
- Created: 2025-01-26T12:56:02.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-01-26T15:08:35.000Z (9 days ago)
- Last Synced: 2025-01-26T16:22:16.291Z (9 days ago)
- Topics: cpp, unreal, unreal-engine, unreal-engine-plugin, unreal-plugin
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BetterUI
A simple plugin to help you save time setting up all the ui system again and again.## How to use it
1. Create your menus from the main `UBetterMenuWidget` class.
2. Create a `UBetterContainerWidget` or use the default one in the content folder of the plugin.
3. Create a subclass from `ABetterHUD` and set up your own widgets and "Back" keys.