same size widget drag and drop

No. The problem is that size box of non-dnd widget will (most likely) be scaled according to many scaling rules of your UI. That’s why we need to calculate real non-dnd widget size, not abstract one you specify in UMG editor, to set it to dnd widget that has no scaling influences.

1 Like