Hi,
I want learn drag & drop system on Unreal Engine 5.3.
For that, i folow documentation on this page : Creating Drag and Drop UI in Unreal Engine | Unreal Engine 5.3 Documentation
First, i try implant system in game but i got somes problems. So i open new project for make exactly example on this documention and i have same problem.
When i want drag & drop, i don’t see the widget who folow the mouse position. I can move position of health bar, that is ok but i don’t see the widget (shadow health bar in example) moving who must folow the mouse.
Do you can say me where is the problem ?