Using the Blueprint editor, how would I hide and show a widget depending if it is enabled or not?
Some of my widgets are sharing screen space and will alternate being enabled or disabled depending on game flow. Also, Boolean variables are used to set the widget state (enabled or not), which I’d like to tie with visibility or hidden. Would you mind pointing me to documentation, or listing instructions on how to perform this task.
Thank you in advance for your help.