Can somebody please point me in the right direction, when using this with UMG Widgets. Im not able to get the mouse position when drag & dropping.
For a better explanation. Im using kind of an Inventory with objects in it. When i drag the Inventory Item from the inventory into the world, i want to fire a LineTrace from that position & if it Hits an Actor start an Interace. All is working, when I Click on an Actor in World Space or drag an Object on it From the World. But when i Drag from the Widget, the is no mouse position to get.
Any help is very appriciated! c.