Update drag widget while dragging that same widget

Hi all, I’m curious if it’s possible to update a drag widget while dragging it?
I managed to create a drag and drop system I’m happy with to interact with actors.
Problem is when I drag over an actor I can’t seem to update the widget brush to a different color… printing a string to see if I’m at all interacting with the widget did work

Can I update a drag widget while dragging it?

Thanks a lot in advance :slight_smile:

Can I update a drag widget while
dragging it?

You pipe in Default Drag Visual into the Drag Operation - that’s the widget that you see while dragging. It’s accessible from the current drag operation. For example: