Fixup of spawnables from 5.4 to 5.5 loses custom track names

UE - Anim - Sequencer - Feb 5, 2025

In the process of upgrading from 5.4 to 5.5. One of our systems relies on the internal track names in the sequence to dynamically find an actor to bind the track to. As I was testing the system in ...

Building Geometry Stops UTickableWorldSubsystem Ticking

UE - Gameplay - Jan 31, 2025

Can be mitigated by reopening the Level. There is a repro project provided by the licensee on the case ticket. ...

Overridden mesh values are lost when upgrading from 5.5.0/5.5.1 to 5.5.2 on blueprint skeletal mesh components

UE - Anim - Runtime - Jan 30, 2025

This issue is caused by the backout in 38341618.  The original code that went into 5.0 affects serialization by changing the UCS modified properties.  When upgrading, the override is lost because th ...

Adding SmartObjectZoneAnnotationComponent to a blueprint actor causes a crash when building the package

UE - AI - SmartObject - Jan 30, 2025

If placing an actor with SmartObjectZoneAnnotationComponent added to blueprint actor in a level, it will crash when the level open. As a workaround, adding SmartObjectZoneAnnotationComponent to the ...

Regression: Cannot import Landscape Layer Weightmap along with Heightmap because of broken resolution check for tiled images.

UE - Graphics Tools - Terrain - Jan 30, 2025

When working in the "Landscape" editor mode, in both the "New" and "Import" tools, it is possible to import a single heightmap, as well as a weightmap for each layer. Each of these maps can come fro ...

Bindless Textures do not mip stream as expected

UE - Rendering Architecture - RHI - Jan 29, 2025

Bindless textures do not appear to stream mip levels. This issue is separate from an already reported bindless virtual texture streaming issue. When the editor is freshly launched or when mip level ...

Two-sided geometry cannot be enabled for re-imported models when converting from previous versions

TM - Interoperability - Jan 28, 2025

When converting files from previous versions of Twinmotion to Twinmotion 2025.1, re-importing any existing imported geometry will cause the geometry to be re-imported with two-sided geometry disable ...

When changing the Visibility of a RetainerBox wrapped widget to “Not Hit-Testable(Self&AllChildren)”, the widget incorrectly accepts the hit test

UE - Editor - UI Systems - UMG - Jan 28, 2025

The result of changing the Visibility of a widget placed as a child of RetainerBox is not reflected. Here we have disabled hittest for the Button widget, but hittest is incorrectly accepted. This is ...

[AI] UE_MT_SCOPED_READ_ACCESS(NavElementAccessDetector) Fails in editor on fresh sync

UE - AI - Navigation - Jan 27, 2025

Licensees have reported failed multi-thread access code for NavElementAccessDetector in complex levels that have not finished compilation of their static meshes. The eventual failed check is inside ...

ensure(false) being fired in FGenericParticlePairMidPhase::FindOrCreateConstraint from key collision

UE - Simulation - Physics - Jan 27, 2025

ensure(false) being fired in FGenericParticlePairMidPhase::FindOrCreateConstraint from key collision. The licensee reports one of their users reported this issue and they were able to reproduce a fe ...