Check() when loading a child anim BP used as a linked instance

UE - Anim - Runtime - Anim Blueprints - Jun 7, 2021

Check encountered by CloudChamber. Slack thread: [Link Removed] ...

HDR is washed out or broken across multiple platforms

UE - Graphics Features - Jun 4, 2021

Default HDR images look incorrect for different reasons on each platform: PC SDR:[Image Removed] PC HDR:[Image Removed] ...

Different instanced materials are seen as the same material due to GUID

UE - Graphics Features - Jun 3, 2021

See licensee description of the issue: The problem appears when I have two instanced materials with the same number of parameters. I've noticed that ShaderMapId has MaterialLayersParameterIDs where ...

Ensure when changing the Mip Gen Settings in a Texture 2D Array

UE - Rendering Architecture - RHI - Jun 3, 2021

When changing the Mip Gen Settings of a Texture 2D Array, several errors such as: Error: Corrupt texture [NewTexture2DArray]! Missing bulk data for MipIndex=0 appear in the output logs and an Ensure ...

Menus flash when being opened with application scale adjusted

UE - Editor - UI Systems - Slate - Jun 1, 2021

When application scale is adjusted the menu bar menus will flash when they are opened. This issue is occurring in //UE5/Release-5.0-EarlyAccess Binary CL 16433597 This issue is NOT  occurring in // ...

game terminated on android device when connect or disconnect usb dongle

UE - Platform - Mobile - Jun 1, 2021

The game crashed when the USB Dongle is connected or disconnected. Games that made by other engines are work fine. Refer to the attached video for the reproduce. ...

Light Types Show Flags in SceneCaptureComponent2D is not functioning properly

UE - Virtual Production - May 30, 2021

It was working until 4.25.4. It is easy to see if you turn on/off the Light Types Show Flags in SceneCaptureComponent2D. ...

Shadows can appear interrupted

UE - Graphics Features - May 28, 2021

Screenshots of the issue are attached. Shadows can appear interrupted and cut off in UE5 Early Access This issue is occurring in //UE5/Release-5.0-EarlyAccess Binary CL 16433597 This issue is NOT o ...

Crash in virtual texturing when material instance texture sample param is switched to a non-square texture

UE - Graphics Features - May 27, 2021

The 4kVT is applied correctly, and you can switch the master material sampler to use the 2048x1024 texture, but if you switch it via the material instance param instead, the crash occurs. ...

FFT corruption in bloom from sampling outside of viewport

UE - Graphics Features - May 27, 2021

Licensee has suggested a fix: "Switching to >= resolves the problem: in GPUFastFourierTransform2DCore.ush, `bool InWindow = ...` at lines 127, 144, 170, and 185." ...