Improper clipping in children of a retainer widget

UE - Editor - UI Systems - Slate - Jan 21, 2025

Children of retainer widgets have improper clipping, causing any widgets set to "Clip to Bounds" to clip incorrectly. This may also affect hit testing in cases where multiple retainer widgets are ne ...

Disabling bLerpUVs in Nanite Settings of Static Mesh causes texture warping in clusters

UE - Graphics Features - Nanite - Jan 21, 2025

The licensee has identified a potential fix by changing if( Settings.bLerpUVs ) to if( Settings.bLerpUVs || UVIndex == 0 ) On line 389 of NaniteBuilder\Private\Cluster.cpp in UE 5.5 ...

A Skeletal Mesh simulating physics that hits a Geometry Collection Actor with OneWayInteraction true, OneWayInteractionLevel 1, and is using Damage Propagation (default) will be accelerated so fast it immediately disappears by hitting the world limits

UE - Simulation - Physics - Destruction - Jan 20, 2025

A Skeletal Mesh simulating physics that hits a Geometry Collection Actor with OneWayInteraction true, OneWayInteractionLevel 1, and is using Damage Propagation (default) will be accelerated so fast ...

[Interchange][FBX] Bone orientation is different between legacy and interchange import with the ForceFrontXAxis

UE - Editor - Content Pipeline - Import and Export - Jan 16, 2025

When importing FBX files using the Interchange and legacy import with Force Front X Axis enabled, the transforms of the bones in the imported FBX models will not match. ...

Skeletal Meshes with imported LODs will use the highest LOD when generating Nanite, rather than LOD0

UE - Graphics Features - Nanite - Jan 14, 2025

In the SkeletalMeshBuilder, Nanite is generated when enabled regardless of the LOD being requested. Since the Nanite enablement parameter is set on all LODs in USkeletalMesh::BuildLODModel and LODs ...

Building Geometry Stops UTickableWorldSubsystem Ticking

UE - Content Tools - Jan 13, 2025

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

NetUpdateFrequency Affected by Global Time Dilation

UE - Networking - Jan 13, 2025

Changing the global time dilation in a multiplayer game affects the rate at which actors are considered for replication, and setting it to 0 will even cause replication to stop entirely (unless the ...

Params in material instance disappear when grouping is changed in material with a material layer

UE - Rendering Architecture - Materials - Jan 11, 2025

If there is a texture parameter within a specific material attribute stream in the base material and also within the base material layer, they must have the same parameter group otherwise the parame ...

Missing texture assets cause warnings on editor start: LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error.

UE - Editor - UI Systems - Jan 7, 2025

There are a number of missing texture assets which are failing to be read when the editor opens. This is causing a warning to be thrown each time the editor opens, potentially causing CI/CD tests (i ...

SetActorLabel() is slow on Landscapes

UE - Content Tools - Terrain - Landscape - Jan 7, 2025

I've noticed calling SetActorLabel() on a Landscape will call PostEditPropertyChanged() which causes the Landscape Components to regenerate all collisions. As per the repro, this can take a long tim ...