Multiple Blueprint compilation passes required to fix up event binding to dispatcher after event rename

UE - Gameplay - Blueprint Compiler - Nov 30, 2021

Renaming a custom event bound to an event dispatcher via a Create Event node requires two compilation passes to fix up the binding.  upd. Regression was checked on //UE4/Release-4.26 CL 15973114, i ...

Fix AssetManager rules overrides in case PrimaryAssetTypesToScan for PrimaryAssetLabel sets bApplyRecursively=false

UE - Foundation - Core - Cooker - Dec 11, 2023

SetPrimaryAssetRules sets the "is overridden" variables (e.g. bOverrideApplyRecursively) based on a comparison with the global default rules:static FPrimaryAssetRules DefaultRules; ... ExplicitRu ...

Niagara system loses source emitters when moving Engine from 4.22 or earlier to 4.23 or later.

UE - Niagara - Nov 29, 2019

The following code causes this behavior.// NiagaraSystem.cpp for (FNiagaraEmitterHandle& EmitterHandle : EmitterHandles) { EmitterHandle.ConditionalPostLoad(NiagaraVer); if (!EmitterHandl ...

Local binary build of 4.22.1 fails when only Visual Studio 2019 is installed

UE - Foundation - Cpp Tools - Apr 30, 2019

Attempting to create a local binary build of 4.22 using Visual Studio 2019 (with no other versions of Visual Studio installed) currently fails with several warnings and errors, including the followi ...

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

Mobile Preview -> AutoLandscape Material broken if created in 4.22+

UE - Platform - Mobile - Oct 25, 2019

Landscape Layers created in 4.22+ revert to default material in Mobile Preview. Confirmed in MAIN at CL 9730599 ...

Curve Editor in CameraAnim and Matinee does not display anything in UE4.22

Tools - May 22, 2019

The Curve Editor appears black and doesn't show any information or data. This is a regression from 4.21.2 (CL-4753647) where the Curve Editor functioned as expected. This was reported and tested in ...