does event tick work in a blueprint of a widget when the widget is not visible

hi

does event tick work in a blueprint of a widget when the widget is not visible?
it seems it does not
why would that be

thanks

Widgets that are off-screen or invisible do not tick. Why? To save on performance. It’d be nice to be given choice here, though. The most common mishap is trying to use a widget’s tick to move it, it goes off-screen and gets stuck there.


This can be enabled for widget components.

yes that just happened to me

had to move to another blueprint tick

thanks

1 Like

That’s the solution. Have another BP drive it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.