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

Decided to just stick with attaching widget components. Once I added some movement to it it’s fine that it follows the hit actor. Below is what I have.

Widget Class


Then when the AI is hit I just call the below.

image

Seams to work well enough.