RewindDebugger visual artifacts when actor's LOD switches during recording when using MetaHumans

UE - Anim - Gameplay - Mar 28, 2024

Rewind debugger sometimes behaves incorrectly during lod switches. Users have found this on a metahuman. ...

Crash when double clicking on RowStruct's CurveEditor

UE - Editor - Applied Usability - Mar 15, 2024

This problem can be reproduced with UE5.3 even after applying fix [Link Removed]. We have verified this issue with UE5.1 and it is not reproduced.  ...

Scene View Extension - Subscribing to Tonemap's afterpass renders black screen

UE - Rendering Architecture - Aug 31, 2023

Callbacks for the Tonemap's afterpass that return identity return black screen unless there is a post-process material. ...

Local fog volume rotation causes offset issues at high world position values

UE - Graphics Features - May 20, 2024

Local fog volumes have a substantial offset when placed at a far distance from world origin and is then rotated. This was not the case in 5.3 when tested under the same conditions, so this is likely ...

Assertion failed: ExportSettings == *ExistingExportSettings [File:D:\build\++UE5\Sync\Engine\Source\Editor\UnrealEd\Private\Lightmass\Lightmass.cpp] [Line: 546]

UE - Graphics Features - Sep 12, 2023

Generated from CrashReporter Logs can be obtained via Crash Reporter ...

Bright Flickering or Black Squares with Rectangle Lights Intersecting Meshes

UE - Graphics Features - May 31, 2024

Rect Lights that intersect geometry can produce NaN pixels in SceneColor, which will affect bloom, FXAA, and other future passes. This can lead to large visible artifacts. The NaN values are produc ...

Component Picker search does not behave as expected

UE - Editor - Workflow Systems - Oct 26, 2023

Search results in component pickers do not show up unless they match both the name of the actor and the component, this is because FActorHierarchy::CreateWorldChildren ends up calling Mode->CreateIt ...

Nested level visibility track bug

UE - Anim - Sequencer - May 31, 2024

The Level Visibility tracks part of a Subsequence are turned off every time you save the Leve Sequence. It does not happen if Level Visibility tracks are added in the main Sequence. ...

Memory stomp in UTexture2DArray::SetPlatformData

UE - Texture - May 30, 2024

A crash from bad memory access can happen when clearing the textures in a Texture2DArray asset. This appears to be because the order of operations when deleting the platform data is: ``` if (Privat ...