How to prevent screen space UI elements from moving with the player?

Went a step further and completely eliminated tick on the component. Moved the movement behavior to the widgets tick.

Component

Widget

Wonder if it’s possible to do the movement via animation against the translation and if that’d be better than using tick directly.