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

Specular Scale 0 on Light still affects Groom asset

UE - Rendering Architecture - Jul 30, 2025

When a light's Specular Scale is set to 0, the specular still affects hair / groom assets. The specular of other assets (like a shiny static mesh in the scene) is properly affected by the change.  ...

Unloading a World Partition region during nested Level Instance inline editing prevents exiting editing mode

UE - World Creation - Worldbuilding Tools - Level Instances - Jul 28, 2025

In the case of a single-layer Level Instance, actors are still referenced even when the region is unloaded. However, in the case of nested Level Instances, the level being edited is discarded when t ...

Mutable RemoveMesh node with data from DataTable

UE - Anim - Mutable - Jul 28, 2025

Hi, We are trying to use Mutable plugin to avoid clipping using the RemoveMeshNode with data from DataTables. However we are having trouble with the most basic example of our idea. We have a Data ...

ULevelSequence trying to duplicate a REINST_ class when creating new custom binding in ConvertOldSpawnables()

UE - Framework - Blueprint Compiler - Jul 23, 2025

The assert that we're hitting is:Cannot replace existing object of a different class.  New Object: /Engine/Transient.REINST_BPC_NPC_VFX_C_230 /Game/Maps/[REDACTED]/Levels/[REDACTED]/LevelSequence/ ...

Farfield shadow in lumen scene

UE - Graphics Features - Jul 21, 2025

Shadows in the Lumen Scene from Lumen's Direct Lighting do not match the world when in the Lumen Far Field. This leads to shadows where there should not be any, and missing shadows where there shou ...

Montage Editor: Mouse Wheel Cannot Scroll to the Bottom of notify section when there are many track.

UE - Anim - Runtime - Jul 21, 2025

When a large number of notify tracks are added in the Montage Editor, the mouse wheel scroll does not allow the user to reach the bottom-most tracks. Only by manually dragging the scrollbar can the ...

UMaterialFunctionInterface not being tagged as BlueprintType makes some editor scripting scenarios difficult

UE - Rendering Architecture - Materials - Jul 21, 2025

UMaterialInterface is BlueprintType, but UMaterialFunctionInterface is not. This makes it difficult to port some BP logic that works with materials to the material layer system. Crystal Dynamics wou ...