How can i get the position of my widget on the parent canvas?

Hello, i can easily set the position of my widget on the canvas by converting it to Canvas Slot and using set position, but i can’t get the value later on, because there is no Get Position node. Do i need to keep track of the position myself? Thank you.

Hi Xlar8or, have you found a solution to this issue? I’m attempting to do the same thing.

Use Get Content Slot node

Cast it to Canvas Panel Slot and then you gain access to those controls

It’s this over-complex because Slate is designed in the way, where widget container position the widget, not the widget it self