"Set Position In Viewport" Doesn't Work

I have a sizebox widget that i add to the HUD widget. I want it to follow the cursor but “set position in viewport” or “set anchors” doesn’t work even with regual variables. Widget just stays wherever I put it. I am tried both using event tick or event construct. Nothing works.

  • do you want to move the entire HUD widget - because this is what you’re saying / attempting now?
  • or do you want to move just the Size Box that is a part of the HUD widget?

I have a widget bp that has a sizebox image etc.
I put it on the Hud. I want that particular widged which is a child component now, to follow the cursor.
I made a workaround by spawning the widget by its own and add to viewport. But i believe there must be a way to use the “set position in viewport” on widget blueprints, otherwise why would it be there with context sensitivity on?