Import with New File option for Anim Sequences does not function

UE - Editor - Content Pipeline - Import and Export - Feb 14, 2022

The "Reimport with New Source" functionality is currently not functioning in the Editor. When selecting the option with a clearly edited Anim, it is not updated. There is no message in the Output Lo ...

With two viewports some show flags reset after clicking new actor in Outliner

UE - Editor - Workflow Systems - Feb 12, 2022

In my 2nd viewport I like to turn Mode Widgets and Selection off. After I turn them off, if I select any actor through the Outliner, both those show flags turn back on in my 2nd viewport. I think a ...

MoviePipeline Project Settings can't refer to Plugin classes

UE - Anim - Sequencer - Feb 12, 2022

A workaround might be to use the CDO of your plugin to reach out to the Editor settings and assign itself to the fields you want. This removes the users ability to choose between multiple options. ...

Blueprint functions with unconnected return nodes may return unexpected values

UE - Gameplay - Blueprint - Feb 11, 2022

We don't clearly define the behavior for a Blueprint function when an execution path without a return node is taken. We should either report an error, or have the function return the default initial ...

Branching point notifies can lose their linked montage

UE - Anim - Runtime - Feb 10, 2022

Currently UAnimSequenceBase::OnModelModified assumes that a notify is linked to a sequence and not a montage. This causes branching point notifies to lose their linked montage when being updated an ...

Crash occurs when typing 'Debug Crash' in console

UE - QA - Training - Feb 10, 2022

Once UE is launched and console is accessed, typing down 'Debug Crash' will close the engine and open the Crash Reporter window. 'Debug Crash' is not a recognized command from the list.REGRESION: No ...

AssetManager ModifyCook does not correctly apply PrimaryAssetLabel references

UE - Foundation - Core - Cooker - Feb 10, 2022

Right now the AssetManager uses different logic in ModifyCook vs VerifyCanCook, specifically related to secondary assets like textures or maps that are indirectly loaded by soft object paths and are ...

Following the 'Working with Modular Characters - Skeletal Mesh Merge Example' results compilation errors

UE - Anim - Feb 10, 2022

This is a Regression. Tested in: //UE5/Release-5.0 CL 18747223 GitHub //UE4/Release-4.27 CL 18319896 Binary The example can't be completed in UE5 as expected presumably because of a change within ...

Adding a key to an Absolute transform section will accumulate an extra transform offset when a transform override is set on a sequence. With attach track

UE - Anim - Sequencer - Feb 10, 2022

This is similar to [Link Removed] but still reproduces with an attach track. ...