BuiltData is saved alongside it's map, even if lighting hasn't changed

Tools - Jun 25, 2021

Saving a map will always resave the map's BuiltData, even if the BuiltData hasn't been marked dirty. Changes were made to avoid marking it dirty for [Link Removed], but the call to SaveWorld in FEdi ...

Color space transform in the UI composition is incorrect on DX12 HDR (r.HDR.UI.CompositeMode=1)

UE - Graphics Features - Jun 11, 2021

Color space conversion in the UI composition is incorrect on DX12 HDR. In the main() function In CompositeUIPixelShader.usf, you can see the following color space transform.// sRGB -> RRT -> ODT ...

Staging Directory in Project Packaging Settings should not be saved as absolute path

UE - Foundation - Core - Cooker - Jun 8, 2021

When you package a project via the editor, it updates the ProjectPackagingSettings to set the StagingDirectory to the specific one chosen by the user. However, it saves this path as an absolute path ...

Open Marketplace button is unresponsive

Portal - Jun 8, 2021

When pressing the Open Marketplace button in UE5 or the Marketplace button in UE4, nothing happens. This occurs in both UE5 Early Access and UE4 4.26.2. Tested in //UE4/Release-4.25 @ CL 14469661 ...

Child blueprint classes do not inherit "ClassGroup" from their native parents

UE - Gameplay - Blueprint Editor - Jun 7, 2021

When creating a blueprint component based off of a custom native class that utilizes the ClassGroup metadata  ...

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

[Quartz][Crash] - Subscribing to All Quantization Events and then playing a sound on all Quantization boundaries crashes the editor

UE - Audio - Quartz - Jun 3, 2021

Hit this when I made a blueprint and Subscribed to ALL quantization events instead of the one I was interested it and tried to use all of them as my Quantization Boundary. The alt title of this bug ...

[CrashReport] FTaskGraphCompatibilityImplementation::ProcessThreadUntilRequestReturn

UE - Rendering Architecture - RHI - Jun 1, 2021

Generated from CrashReporter ...

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

StompMalloc throws error in Embree setup

UE - Graphics Features - May 27, 2021

Licensee has proposed a potential workaround (initialising vertex array with at least 1 element). ...