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

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

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

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

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

Crash when not saving level after using MovieRenderQueue for that level

UE - Editor - Content Pipeline - USD - Feb 8, 2022

Crash when not saving level after using MovieRenderQueue for that level Repro rate 3/3 Regression Yes, issue is not reproduced on //UE5/Release-5.0-EarlyAccess at CL 16682836 from LauncherFatal er ...

Renaming blueprint macro causes Failed import for EdGraph errors

UE - Gameplay - Blueprint - Feb 4, 2022

Macro libraries try to support guid-based renaming: when a specific macro is renamed blueprints using the old name will automatically point to the new name and work properly. However, this fixup hap ...

If remove the muted side from the two child tracks in sequencer, the remaining tracks will be muted forever

UE - Anim - Sequencer - Feb 4, 2022

The cause was that the information remained in Rows Disabled of Track even though it returned to one Track by the delete operation from the state where there was a child Track of multiple rows. As ...

Volumetric Cloud + Sun ghosting artefacts around a static cube

UE - Graphics Features - Feb 3, 2022

Video of the issue here - [Link Removed] 4.27 and 5.0 seem to display slightly different outcomes. In 5.0 the sun only appears very close to the cube, whereas in 4.27 is can appear a bit further ou ...