Setting up a Button to start a Drag and Drop Operation

I solved this out by using OnMouseButtonDown() to create a DragDropOperation (it was needed a function that returns a FReply).

Nowadays, it must be a cleaner solution.
Let’s not forget that this project is 2+ years old, and it’s kinda outdated.