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

Property Table rendering very slow in 4.19 (regression)

Tools - Feb 8, 2018

Editor frame rate is very slow rendering the Property Table in 4.19.  This is a regression from 4.18 Showing frame-rate in the editor with the property editor open shows really high GPU time: [Ima ...

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

Engine/Extras/MayaLiveLink Folder Not Appearing in 4.19 Installation Directories

OLD - Anim - Mar 15, 2018

In 4.19 installations, the Engine/Extras/MayaLiveLink folder is missing. This is preventing users from being able to access it. The release notes state "You can find pre-built binaries of the Maya ...

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