Ok, so I’ve made a widget called MainDisplay to be my outline and container for all my HUD widgets.
Trying to keep it modular, I’ve created widgets to put inside the bars and borders of the MainDisplay widget.
In the MainDisplay I have a widget switcher that worked before I moved the buttons to a separate widget and then added the sub-widget to the main one.
Now, I’ve tried to communicate the sub-widget with the buttons to the main widget with no success.
Every single tutorial on direct communication uses the player character or controller, but I should be able to use the get parent and cast to go up one level but nothing works.
Pls hlp.