Missing materials on the rear lights of library vehicles

TM - Content - Oct 24, 2025

Reported in SF [Link Removed] The rear light material on Twinmotion library vehicles is not present on many vehicles in TM 2025.2. Confirmed affected vehicles are in the following categoriesCarsTw ...

VulkanStagingBuffers stat continually to grows.

UE - Platform - Mobile - Oct 24, 2025

On Android phones, VulkanStagingBuffers continually grows when the scene is static. From looking at FStagingManager, it appears the VulkanStagingBuffers atat is only updated on buffer acquisition, ...

“None” option removed from “Preview Game Language” in Editor Preferences since UE 5.6

UE - Editor - UI Systems - Oct 24, 2025

In Unreal Engine 5.5 and earlier, users could select “None” as the Preview Game Language in the Editor Preferences. Starting from UE 5.6, this “None” option is no longer available. Based on source ...

Lumen reflections break when the normals don't match the pixel depth information.

UE - Graphics Features - Lumen - Oct 23, 2025

Lumen Reflections can leave black spots in chrome materials with strong normals. Also tested on UE 5.5, CL: 41545209 and UE 5.6, CL: 45232827 ...

Swarm Agent Binaries Missing in Launcher 5.7 Preview

UE - Foundation - Build - Rocket (Installed Engine) - Oct 23, 2025

The Swarm binaries are missing from Engine\Binaries\DotNET in the 5.7 Preview launcher version of the engine. This causes any lighting build or precomputed static visibility builds to fails due to t ...

Snap to nearest spline point no longer working in 5.6. Right clicking on a spline point and using the option “Snap to nearest spline point" will no longer snap that point to any nearby spline and will sometimes cause the spline to snap to itself.

UE - Gameplay - Oct 22, 2025

Context: When editing SplineComponents in the level viewport, right clicking a spline point has a context menu action "Snap to nearest spline point". Problem: The problem is, Snap to nearest spline ...

RuntimeCellTransformers can result in increasing the instance count when a BP instance is not destroyed.

UE - World Creation - Worldbuilding Tools - Oct 22, 2025

The problem is related to the SimpleConstructionScript that executes on the BP instances after the transformer.  The problem also happens at cook time as the SCS is executed when the package is sav ...

World Position Offset invalidates Point Lights Entire Virtual Shadow Map Cache when light frustrum is only overlapping a small portion of the mesh

UE - Graphics Features - Oct 22, 2025

When adding a spotlight to the scene it does not correctly use cached virtual shadow map pages when the spotlight overlaps a mesh using WPO. This can be most easily observed by entering 'Cached Pag ...

Video length indicator no longer works

TM - Tools - Oct 21, 2025

Reported in SF [Link Removed] In videos containing multiple parts, the cumulative time indicator that shows the full length of the video no longer works correctly and will incorrectly display a len ...

Child actor components fail to attach in cooked builds when mobility is set to movable and end up at the origin

UE - Gameplay - Oct 21, 2025

Context: A Child Actor Component allows an actor in Unreal Engine to contain another actor as its child (component). Problem: The problem is inconsistent handling of child actor component mobility ...