[=;229035]
UMG Widgets set to “Hidden” do not Tick. If was an intended change can we get a state in which the widget is not visible but still Ticking?
[/]
Yes, it’s an intended change and large performance optimization for complicated UIs. No, we don’t traverse the tree as soon as we encounter an invisible widget. Having a flag would still require us to traverse the tree. You should move your logic either into a visibility binding, or make another object or widget responsible for changing the visibility state. Assuming that’s what you were using the tick to decide.