I’m stuck with a a widget I cannot drag, either the NativeOnDragDetected() method is not being fired, nor OnDragDetected in the blueprint implementation.
- The parent widget is added to the viewport above everything else
- No other widgets are being rendered on top
- Widget visibility is VISIBLE
- Also, the widget answers to click events, why is that won’t be dragged?
I’m puzzled, mainly because I have coded a lot of systems like this one before and never had such problem.
Is there anything obvious I am missing?