Add Widget Blueprint support through scripting
complete
SyedMuhammad
complete
finally
SyedMuhammad
in progress
NegativeName
Allow Blueprint functions/events to send and receive User Widgets
SyedMuhammad
Merged in a post:
Ability to create GUIs
i wouldn't like to put my name
Such as:
Creating buttons
Creating a lobby
Creating a store without using blocks
and more
T
Timmy
You can already create WebUIs which use HTML/CSS/JS
Some testers also managed to integrate Unreal's UMG UIs for their user interfaces
NegativeName
Some methods that could be nice to adapt for Widgets:
- local ret = my_widget:CallBlueprintEvent(name, args)
- my_widget:BindBlueprintEventDispatcher(name, callback)
SyedMuhammad
planned
Nogitsu
That would be an incredible idea to enchance the modding possibilities of Nanos, we could do WebUI for more advanced UI and widgets for easier things (or if people wants lua making, you could make it 100% compatible too)