How to get a widget's geometry outside of it's tick?

I moved a blueprint widget and need to get the viewport position of another blueprint widget within it immidiatly after the move. But becuase the geometry is not updated until the secondary blueprint widget’s tick its geometry is out of date.

Is there a way to force a widget to update its geometry so I can get it immidiatly after moving its parent?

Hello, I met the same problem and solved it.
Here you can read how:

But becuase the geometry is not
updated until the secondary blueprint
widget’s tick its geometry is out of
date.

Is there a way to force a widget to
update its geometry so I can get it
immidiatly after moving its parent?

The answer to this could be as simple as calling Force Layout Prepass:

350329-screenshot-2.png

which the helpful article mentions, too.