Changing the mouse cursor depending on what it is currently over only happens if a mouse button is also being held down. This worked normally in version 4.5.1
WORKAROUND:
In UGameViewportClient::GetCursor() (in GameViewportClient.cpp), change the following line:
if (!InViewport->HasMouseCapture() || !InViewport->HasFocus() || (ViewportConsole && ViewportConsole->ConsoleActive()))
with
if ((!InViewport->HasMouseCapture() && !InViewport->HasFocus()) || (ViewportConsole && ViewportConsole->ConsoleActive()))
WORKING CHANGELIST:
2336109
NOT WORKING CHANGELIST:
2374938
The line in the workaround above was last changed in CL 2365636.
RESULT:
Moving the mouse over the cubes and spheres in the level does not change the mouse cursor that is displayed unless a mouse button is being held down.
EXPECTED:
The mouse cursor changes when the mouse is moved over a cube or sphere without needing a mouse button to be held down.
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Hey, why do i get this when i snap two similar meshes together?
How can i modify the param name in EQS node
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
Bullet replication problem. The players sees each other but does not see the bullet
need help, openworld landscape texture disappear at far places
Head over to the existing Questions & Answers thread and let us know what's up.