I went to move our SpeedTree test assets to a new location and after selecting checkout editor crashed I've been unable to reproduce this crash, but looking on crash reporter several users have hit ...
The joystick on a game controller input will take focus away from what you're working on if the joystick is moved or set in an odd position. ...
When a Scene Capture Actor is updating the content via an Update Content Node, the Static meshes in the world will flicker or pulse according to the update timer for the Scene Capture Actor. This o ...
If a user is logged into a Steam account with between 1 and ~10 friends (Max depends on resolution, as it'll push the excess off the screen) and they open the friends list multiple times, it'll dupl ...
Engine.AIControllerClassName is being used in APawn's CDO creation, and if game-side AIController class is indicated it may not be available yet, which results in APawn not having AIControllerClass ...
Can we add Leap Motion support to the Mac? The current UE4 plugin doesn't support the Mac, but the Leap has official Mac drivers, so it should be possible to add. ...
When/if Oculus ever restore Mac support add the audio SDK too. Investigate if there's anything we can do in the interim and if not then do a much better job that VR only works on Windows & add dialo ...
A user found that when renaming a binding for a mouse down event for a border widget that the event would no longer fire off. They only worked as long as the default name was used. ...
There are some rather large differences between Freetype and Photoshop's rendering of the Fira font. You need to set your image in Photoshop to be 96 DPI. The newer version of Freetype appears to ...
Attempting to derive from or include TableViewBase in another class causes compile errors with no additional code added. ...