Widget Components set to screen space do not render in the correct position with low engine scalability settings after upgrading to 4.8 from 4.7

UE - Editor - UI Systems - Jun 29, 2015

I widget component that has been set to show in screen space will not render in the correct position of screen. It will be offset. This appears to happen after a project has been upgraded from 4.7.6 ...

Actor references in Level Blueprint show an incorrect display name after converting the project from 4.6.1 to 4.7 Preview or 4.8

UE - Gameplay - Blueprint - Jan 26, 2015

Actor references in Level Blueprint show an incorrect display name on their nodes after converting the project from 4.6.1 to 4.7 Preview or 4.8. Reproduced in 4.7.1 Preview 4 and in Main (Promotabl ...

Upgrading a code project from 4.8 to 4.9 results in the startup project in the Visual Studio solution changing from the game project to the UE4 project.

UE - Foundation - Cpp Tools - UnrealBuildTool - Sep 22, 2015

Upgrading a code project from 4.8 to 4.9 results in the selected startup project in the Visual Studio solution changing from the game project to the UE4 project. This results in unexpected behavior ...

Oculus NetDriver Regression/Fix

UE - Platform - XR - Oct 26, 2019

From https://github.com/Oculus-VR/UnrealEngine/issues/60#issuecomment-544537005 UOculusNetDriver::LowLevelSend was modified to take an FInternetAddr pointer instead of an FString (due to the same c ...

Fix support for compiling editor in monolithic

UE - Foundation - Cpp Tools - UnrealBuildTool - Jul 1, 2016

Some licensees have reported good results compiling the editor in monolithic configurations - startup times are noticably shorter. I believe there are a number of things that need fixing up across t ...

Fix UMovieSceneSequence::FindPossessableObjectId for child bindings

UE - Anim - Sequencer - Nov 28, 2022

Calling UMovieSceneSequence::FindPossessableObjectId with a guid that relates to a child binding does not work correctly because it just goes through the binding references and calls LocateBoundObj ...

UnrealVS Windows 10 support - fix .NET version in manifest

Tools - Aug 4, 2015

Seems like we should be specifying the .NET version like this guy's fix. ...

VR preview does not work when the project was converted from 4.7 to 4.8

UE - Platform - XR - Jun 15, 2015

If the user upgrade a project form 4.7 to 4.8 the VR preview will only show up as a regular stand alone window. ...

Setting Fixed Frame Rate Prevents Particle Collision In PIE, Standalone, and Packaged Game

UE - Graphics Features - Oct 12, 2016

If you set the project to use a fixed frame rate, particle collision no longer works. ...

Fix up IOS errors calling UI API from non-UI threads

UE - Platform - Apple - Jul 27, 2020