Create WidgetBlueprint>UserWidget and name it “TestWidget”
Create BlueprintClass>DragAndDropOperation and name it “WidgetDrag” and Create Exposed/Editable Vector2D Variable and reference to Widget
Override TestWidget’s OnMouseDown
Override TestWidget’s OnDragDetected
Bind Text on the TestWidget to the SpinBox
[Continued Below]