I have a HUD widget that I have begin on startup. I also have a couple of hidden buttons on this widget that I would like to be able to activate / deactivate from a separate blueprint. Is there a way to “Get Active Widgets” so that I can cast to the HUD and update the visibility of the buttons? Or is there a better way that I could go about this?
Thanks!