So I am working on my skill tree. Previously I had the drag and drop working when my icon was just that - An icon with a border. I am however expanding my skill tree to add features, which requires putting the skill icon within a larger widget. However, when I attempt to drag the icon it spawns at the top left (origin, 0,0) location of the whole Widget instead of creating the drag visual at “Mouse Down.” I have tried changing the Pivot to “Center, Center” and that works with one exception - It spawns at the same location, then animates to the cursor which just looks wrong. Attached is a gif showing the functionality that is happening.
What I don’t get is why is this happening? It appears as though the origin (0,0) of the icon I’m dragging spawns at (0,0) of the larger widget which leads me to believe the exact same functionality was occurring when the icon was an individual entity, but due to the widget being just the icon it spawning at (0,0) of itself was not recognizable.