I want to get the position relative to the Canvas Panel of a Widget, even when it is the Child of another widget object such as a Horizonal Box or Vertical Box. I am able to find the position when the Widget is on a Canvas Slot, but I’m unsure on the nodes to get this with Parent Widgets involved.
This is what works without a Parent:
And this is the Widget I wish to find the position of when it is a Child of another Widget:
The word “Clans” is the Widget I need the position of. The method I am using can’t find the Canvas Slot but the Canvas Slot is the only node I know of that can straight-out Get Position. How would you do this? Thank you for your help.