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

EDL in 4.15 may not be fully safe and should be disabled by default

UE - Foundation - Core - UObject - Apr 4, 2017

EDL may have some issues that are very hard to reproduce that's why we should disable it by default in 4.15.2. We will re-enable it in 4.16 ...

User Defined Enums may lose their display names on upgrade to 4.15

UE - Gameplay - Blueprint - Jan 26, 2017

Some users are reporting that User Defined Enums are losing their display names when upgraded to 4.15. ...

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

HTTP GET requests are much slower than a Python script by a factor of 15-20x

UE - Networking - Jul 25, 2016

Based on user report, a HTTP Get request from UE4 is 15-20x slower than if using a Python Get request to get the same file. ...

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

"Fix root motion initial rotation handling" commit breaks root motion completely

OLD - Anim - Dec 18, 2014

Enabling and processing root motion causes animation to rotate the wrong direction. Roll instead of Yaw. Pitch instead of roll etc. This error does not occur in UE 4.6. ...

Command buffer failure rates increased on iOS 15 devices compared to earlier iOS versions

UE - Rendering Architecture - RHI - Sep 23, 2022

There is a licensee report that command buffer failure rates on iOS 15 devices have increased compared to earlier iOS versions, and the issue may be related to foregrounding or backgrounding. ...