Screen Space Reflections have a visible lag on opaque materials compared to transparent/additive materials.

UE - Graphics Features - May 10, 2022

Screen Space Reflections have a visible lag on opaque materials compared to transparent/additive materials. See [Link Removed] ...

Ensure tripped: "Template Mismatch during attachment."

UE - Gameplay - Components - May 5, 2022

Inconsistent ListView entry sizes can prevent the ListView from being scrolled to the bottom

UE - Editor - UI Systems - Slate - May 4, 2022

Since the contents of a ListView are virtualized, the ListView estimates the size of the scroll box's contents based on the on-screen elements. This can lead to some situations where DistanceFromBot ...

SpeedTree asset import data seemingly not marked editor only object

UE - Editor - Content Pipeline - Import and Export - May 3, 2022

Licensee reports log spam when running editor in -game mode, complaining that a SpeedTreeImporter plugin object can't be loaded. This would be because some UObject defined by the SpeedTree editor p ...

Scrubbing material roughness value in MI causes large frame drops

UE - Rendering Architecture - Materials - Apr 30, 2022

Material slot assignment incorrect after mesh reduction completely removes all triangles from a section

UE - Editor - Content Pipeline - Asset Build - Apr 28, 2022

When mesh reduction results in a section becoming empty, the material slots are incorrectly assigned. e.g. if section 0 gets removed due to it having no triangles after reduction, then its material ...

Child Actor Components do not update their internal properties when applying instance changes to other instances

UE - Gameplay - Components - Apr 14, 2022

Child Actor Components do not update Materials when applying instance changes to other instances. Repro Rate: 3/3 Tested this in //UE4/Release-4.27 @ CL#18319896 and the issue did occur there, it ...

Unable to pass Enum from AnimBP to ControlRig successfully

UE - Anim - Rigging - Control Rig - Apr 7, 2022

ControlRig doesn't work as expected because I can't pass an Enum from AnimBP to ControlRig. If it is a RigElementKey of Struct instead of ERigElementType, it works normally. This is the current wor ...

PakFiles: Unmounting PakFile while requests are still in progress causes assertion failure in UnMount

UE - Foundation - Mar 31, 2022

[Link Removed] Licensee is using the chunk downloader. On Shutdown method of their GameInstance, they call FChunkDownloader->Finalize. When they quit the game (Alt+F4) during a chunck download an a ...