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 ...

Fixing up GoogleVRHMD static analysis warning

UE - Platform - XR - Oct 31, 2016

[Line 1585] d:​\build​++ue4+release-4.14+compile​\sync​\engine​\plugins​\runtime​\googlevr​\googlevrhmd​\source​\googlevrhmd​\private​\googlevrhmdrender.cpp(42) : warning C6386: Buffer overrun while ...

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. ...

Release Notes shows Unreal Editor 4.27 notes

Docs - Apr 25, 2022

In the Epic Game Launcher the Release Notes button shows the Unreal Editor 4.27 release notes even if the user only has Unreal Editor 5 installed. ...

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. ...

In the Anim Sequence Editor set a Notify's MontageTickType to be fixed to BranchingPoint if that Notify is a Native Branching Point

UE - Anim - Gameplay - Jun 30, 2023

To avoid confusing users when working with a Native Branching Point Notify set its MontageTickType to be fixed to BranchingPoint.  ...