Skylonxe
(Skylonxe)
August 16, 2017, 3:22pm
73
On Mouse Button Down function override does not fire at all when button is pressed by left mouse (It is not related just to double click). Right mouse works. This was working in 4.16.
As of the update, my drag and drop operations stopped working, what I narrowed it down to is that the drag operation is not detected because the On Mouse Button Down(Overridden) function does not trigger. Worked great in 4.16, now it just does not...
Reading time: 2 mins 🕑
Likes: 1 ❤
Hey guys, I apologize for asking such a simple question, but I seem to have run into some unexpected trouble. Around 4 months ago I created a basic 3d main menu using a UMG widget (following this tutorial: Creating 3D Widgets | Unreal Engine...