Default property track settings for Spot Light OuterConeAngle don't work

UE - Anim - Sequencer - Aug 4, 2020

The outer cone angle will not have a default track created for it when it's added as a default property in the project settings. This seems to stem from the property having a setter function, and be ...

Restored child editor windows have no title

Tools - Aug 3, 2020

Child windows created as part of the editor startup process won't have a title. This happens because the native window hasn't yet been created when we set the title in FTabManager::RestoreArea_Helpe ...

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

Reimporting sprite sheets does not work correctly if the editor has ever been closed and reopened since initial import

UE - Gameplay - Paper2D - Aug 1, 2020

UPaperSprite::PostLoad() now sets BakedSourceTexture, BakedSourceUV, and BakedSourceDimension (if AtlasGroup is nullptr). There's nothing in reimport that sets them, so they are stale/latch to the ...

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

fbx level exporter have a hard coded show dialog options.

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

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

Cloth rendering issue on triangles sharing kinematic attachments.

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

All render vertices on any cloth triangle that contains one or two fixed vertex are set as fixed, whereas this should only be the case if all three vertices were fixed. ...

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

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