Hey everyone, quick question. Is there a way to keep the style from your widget while it’s disabled? I’m asking this for an animated intro where the menu widget is a widget component in a placed actor.
Disabling is somewhat rigid, inflexible. It’s generally more convenient to alter the Visibility
enumerator in order to dictate whether one can interact with a widget:
You could call it on any element, branch or even the root to render a widget non-interactive without affecting its looks.
Thanks this worked like a charm!