Drag and drop on actor

I need some help with my drag and drop setup.


The goal: I wish to be able to drag the cards to the sphere (Player hand)

The card are actors.

Here is what i’m trying:
I’m getting the hit result under my cursor and start a drag and drop operation.

Inside the card actors i use the widget to get the drag visual.

I’m registering the hit, and the print string after the drag and drop is firing but nothing moves. Been stuck on this for some time now so any help would be appreciated.