Bundled compute PSO compilation stalling tender thread

UE - Rendering Architecture - RHI - Feb 13, 2025

EA Motive has pointed out a potential bug they found related task graph synchronization and when compiling compute PSOs: [Link Removed]. From the screenshot they sent over, it seems that a task grap ...

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

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

[Interchange][FBX] Issue with asset name clashes after auto import

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

The mesh changes and the asset name stays the same while the two FBX are completly different: different filename, different mesh names in the FBX CF video for repro steps. https://forums.unreale ...

GPU Crash from invalid SRV in CreateShaderResourceView due to integer underflow

UE - Graphics Features - Ray Tracing - Jan 15, 2025

The GPU crashes after the ray tracing geometry builder attempts to create a shader resource view with an invalid offset. ...

Navigation: Exiting game while async nav building tasks are running can cause null pointer access of OctreeController.NavOctree from worker thread

UE - AI - Navigation - Jan 14, 2025

Context Projects can turn on the project setting bDoFullyAsyncNavDataGathering to execute navigation mesh building tasks on worker threads. Some of these tasks will access the NavOctree, whose life ...

Regression - Nav mesh is not generated on BSP brushes after loading a map

UE - AI - Navigation - Jan 14, 2025

In UE 5.5, when loading a map and selecting "Build – Build Paths", the nav mesh is not generated on any BSP brushes (although it is correctly generated in static meshes). This did not happen in earl ...

[Interchange][FBX] Fail to import attributes animation curves with key values as integer

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

cf[-https://forums.unrealengine.com/t/5-5-not-able-to-import-animation-curves-since-5-3-5-5/2267442/4-] Be carefull there is 2 bugs reported on that Forum and I think they are not related. The firs ...

Translucency Volume are not correctly shadowed in 5.5 without Virtual Shadow Maps and are not light correctly by some lights

UE - Graphics Features - Dec 20, 2024

TranslucencyVolume spheres are not correctly shadowed nor lit in Unreal 5.5 with VSMs disabled. Unreal 5.4 does correctly shade the sphere without VSMs. There appears to be differences in the outpu ...

MakeArray wildcard node gives a compilation error when being used in a Blueprint Macro.

UE - Framework - Blueprint - Dec 19, 2024

There is an error with the SmartMacroInterface, where you can't use an empty wildcard "Make Array" node. This error makes the blueprint not compile and the macro unusable. Disabling the bUseSimpleWi ...