Hello, can anyone clarify a question for me? Is it possible to remove this delay that occurs when the widget moves following the mouse cursor? It’s not a very high delay, but it gives the feeling that the widget is not being able to follow the mouse cursor, especially for faster movements, I made this project to demonstrate, I’ve already checked the fps and it’s ok because the project has nothing haha, I also did the drag and drop code in two different ways, the traditional way using the override functions and the more complicated way by updating the widget’s movement using the event tick, both resulted in the same delay in dragging, if anyone can help me I will be grateful!
here is an example of what I would like it to be: