I’m trying to create a system where you can drag 2D widgets from your inventory onto 3D actors within the world. So far it all works but when I drag, my OnBeginCursorOver and OnEndCursorOver Events do not fire.
Ideally I would be able to use OnDragOver and onDragLeave but Actors don’t seen to have that functionality. Is there a way to enable them for actors?