Take recorder does not record detachment and multiple attachments correctly.

UE - Anim - Sequencer - Jul 14, 2020

Recording attachment will can add multiple sections to an attach track in Take Recorder. ...

Duplicating event section will break binding after editor re-open

UE - Anim - Sequencer - Jul 20, 2020

Duplicating an event trigger or repeater section will break the binding when restarting the editor. ...

ClothConfigNV is reset when reloading assets that had been saved with 4.24

UE - Simulation - Physics - Character - Jul 21, 2020

The new config object is created with the same serialization name as the legacy one "ClothConfigNV", causing the legacy data to be reset prior to migration. Replacing In UClothingAssetCommon::AddCl ...

Masked Material is not displayed in LOD Coloration when turn off D Buffer Decal

UE - Graphics Features - Jul 22, 2020

This problem occurs not only in LOD Coloration, but also in other debug views such as Required Texture Resolution. ...

Can't update position with SetPositionInViewport when enable global invalidation

UE - Editor - UI Systems - Jul 22, 2020

When GlobalInvalidation is enabled, do not update to the position set by SetPositionInViewport. It works fine when GlobalInvalidation is disabled. ...

Importing FBX file with same material slots and texture names has bugs

UE - Editor - Content Pipeline - Import and Export - Jul 31, 2020

When importing a file from Blender, UE creates the correct number of materials, but the number of textures is incorrect and is being overwritten, and not importing the correct amount. Tested and re ...

"REFLECTION CAPTURES NEED TO BE REBUILT" is displayed on a cooked game.

UE - Graphics Features - Lumen - Jul 29, 2020

This issue occurs when streaming levels including reflection captures are displayed with  delay. When it finishes loading assets, reflection capture textures are uploaded to the GPU. Then the leve ...

FBX exporting from Sequencer is inconsistent when both an object and one of its components have a transform track

UE - Anim - Sequencer - Jul 30, 2020

When both an object and one of its components have transform tracks, exporting to an FBX will have inconsistent results.  ...

Duplicating a blueprint that implements an interface and then removing that interface will cause compile errors that don't occur if the interface was removed from the original BP

UE - Gameplay - Blueprint Editor - Aug 1, 2020

See steps to reproduce. Looks like the fixup when saying Yes to "Would you like to transfer the interface functions to be part of your blueprint" doesn't work correctly on the duplicated BP. Inter ...

Assertion failed: Engine crushes when a geometry collection hits a landscape

UE - Simulation - Physics - Jul 27, 2020

This is because THeightField::PhiWithNormal has not been implemented yet. ...