Scale animation with joint orient set in fbx is broken.

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

Creating new objects inside ForEachObjectWithOuter may cause the bucket of the iterated outer to be read-locked permanently

UE - Foundation - Feb 8, 2022

Not a Regression. Tested in: //UE5/Release-5.0 CL 18747223 Source-GitHub //UE4/Release-4.27 CL 18319896 Binary User Description: "The crash test code is located at Source/HashBucketLockedBug/Pr ...

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

Baked lighting does not change lighting scenario when changing sublevels at runtime

UE - Graphics Features - Feb 7, 2022

Further detailed description of the issue can be found in the licensee UDN. ...

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

Child nodes do not call PrepareForReplication unlike root nodes in Replication Graph

UE - Networking - Feb 3, 2022

Child nodes are by default not added to the PrepareForReplicationNodes array in order to prevent unnecessary calls to PrepareForReplication. However, this difference in behavior is not very apparent ...

EndAbility doesn't replicate if the ability was cancelled or not

UE - Gameplay - Feb 3, 2022

When EndAbility calls blah it always sets the value of bWasCancelled to false instead of passing along the correct value. Associated UDN: [Link Removed] ...