How do I drag a widget and drop it as an object?

Hello. I am making a game where the goal is build a path and help the ball reach the other end of the stage. The rule is to drag and drop items like a ledge on the stage to be a path for the ball. I have found a video tutorial on youtube where you can drag and drop those red widgets into the rectangular widget on the bottom and make it change it’s color and form. What I want to ask is if there’s a way for me to change the DragTo Widget Blueprint that whenever I drag and drop those red boxes into the stage, It will change into an Object like a Ledge. and how will I be able to do it.

https://docs.unrealengine.com/latest/INT/Engine/UMG/HowTo/Create3DWidgets/ActorSetup/index.html
Is this what you’re looking for?