MRQ - No Rayrtaced Shadows casted from Groom Caches with only 1 Spatial Sample

UE - Anim - Sequencer - MRQ - May 28, 2025

A groom cache will not cast a raytraced shadow with only 1 spatial sample. It does not matter how many temporal samples you have. ...

Unexpected Collision Response When Nesting Primitive Components with auto-weld enabled and physics disabled on children. The root primitive falls through floor even though it is set to block all.

UE - Simulation - Physics - May 27, 2025

Context Auto-weld makes it so if a child is attached to a parent, the two bodies will be joined into a single rigid body. Physic settings like collision profile and body settings are determined by t ...

Keyboard Shortcuts don't work on the Outliner Window if it is detached from the Main Window

UE - Editor - Workflow Systems - May 27, 2025

Keyboard Shortcuts don't work on the Outliner Window if it is detached from the Main Window. As described in Steps To Reproduce, as soon as the Outliner Window is detached from the Main Window, most ...

Synthetic Benchmark Giving Inconsistent Results

UE - Rendering Architecture - RHI - May 27, 2025

A licensee has noted that the synth benchmark has been giving inconsistent results when they try to find optimal scalability settings for their application. The root cause of this is unclear, but lo ...

UAnimSingleNodeInstance doesn't sample notifies on montage animation tracks

UE - Anim - Gameplay - May 27, 2025

Notifies that are placed on animations referenced by montages aren't triggered when using the UAnimSingleNodeInstance to play back the montage. This is because - unlike on UAnimComposite - there is ...

Rendering of a Text Widget with Outline does not track LayerId correctly

UE - Editor - UI Systems - May 27, 2025

Text widget with Outline uses 2 LayerId levels to draw the outline and the text glyphs. This can be seen in function FSlateElementBatcher::AddShapedTextElement(), where lambda BuildFontGeometry() is ...

Camera View Transformations in Editor and Sequencer Cannot Be Undo (Ctrl+Z)

UE - Anim - Sequencer - May 26, 2025

Camera View Transformations in Editor and Sequencer Cannot Be Undo (Ctrl+Z) ​​Description​​: When switching the viewport to a specific camera actor, any manual movement/rotation of the camera (via ...

Dealing with spaces in perforce directories

UE - Foundation - Horde - May 26, 2025

Hello, We're encountering a fatal error when trying to set up a project in Horde using the AutoSdk: Fatal error: EpicGames.Perforce.PerforceException: Unable to parse view map entry: &quot ...

Virtual Shadow Maps on Spot Lights cause a blocky presentation similar to an incorrect mip level

UE - Graphics Features - Shadows - May 26, 2025

Spot Lights may present with very blocky shadow artefacts when a long attentuation radius is provided with a small cone angle. In extreme cases, this causes the VSMs to invalidate every frame. Notab ...

Fix BinkMediaTextureResource command list crash on UE 5.6

RAD - May 23, 2025

Bink MediaTextureResource assets cause a graphics API crash, due to a missing UAV flag. The Licensee has proposed a fix to add the TexCreate_UAV flag. ...