Sequence thumbnails save with visual issues

UE - Anim - Sequencer - Aug 1, 2025

[Link Removed] When camera tracks are activated, saving the sequencer results in captured anomalies: 1. Incorrect aspect ratio 2. Additional post-processing effects such as lens flare appear 3. ...

Crash when changing parent of Material Instance with Layered Materials and viewing Layer Parameters

UE - Rendering Architecture - Materials - Aug 1, 2025

Reparenting a MaterialInstance that uses Material Layers to another instance with a different layer configuration can cause the editor to crash when opening the Layer Parameters tab. This appears to ...

Add dll-exposure to landscape patch public functions that are meant to be used by external modules

UE - Graphics Tools - Terrain - Landscape - Jul 31, 2025

ULandscapePatchComponent::SetIsEnabled, IsEnabled, etc. are all callable from BP but not from c++. This is not convenient for licensees ...

If any light source is deleted, and a single light has its visibility state changed in LightMixer, all the other lights in the scene that were invisible turn visible

UE - Virtual Production - Tools - Jul 31, 2025

If any light source is deleted, and a single light has its visibility state changed in LightMixer, all the other lights in the scene that were invisible turn visible. The behavior only shows after d ...

The LightMixer window is making all scene lights visible once you toggle the visibility of a single light

UE - Virtual Production - Tools - Jul 31, 2025

The LightMixer window is making all scene lights visible once you toggle a single light as visible. Any light source (except SkyLight) will be turn visible once a single light is made visible using ...

ULocalPlayerSaveGame::IsSaveInProgress always returns true after a save completes

UE - Framework - Jul 31, 2025

ULocalPlayerSaveGame::IsSaveInProgress always returns true after the first save is requested. This is due to the return statement checking if either an error has yet to be reported or a success has ...

Windowed game window can restore to the wrong size due to DPI Awareness is configured after setting initial window size

UE - Graphics Features - Jul 31, 2025

If in use, DPI Awareness is set after the initial window size is set. For a Windowed window, the settings are unable to restore the prior resolution settings on an application restart due to the pr ...

Anamorphic Squeeze Factor causes a blocky Depth of Field issue on AMD Hardware

UE - Graphics Features - Jul 30, 2025

When using the Anamorphic Squeeze Factor on a camera on AMD RDNA3 and RDNA4 hardware, blocking artefacts may be seen depending on the extent of the blur. The peripheries of the viewport appear to be ...

Mover Spawning and teleport issues related to World::EncroachingBlockingGeometry and CharacterMesh collision

UE - Gameplay - Player Movement - Mover - Jul 30, 2025

Setting a Skeletal meshes collision preset to CharacterMesh introduces problems with spawning and teleporting a pawn driven with Mover.  ...

Destroying a welded actor is causing an Array index out of bounds crash on 5.6

UE - Simulation - Physics - Jul 30, 2025

Destroying a welded actor is causing an Array index out of bounds crash on 5.6. The licensee has provided a repro project that reliably causes a crash whenever the spawned actor is destroyed. There ...