ChaosCacheManager is not reproducing Trailing Events

UE - Simulation - Physics - Mar 28, 2025

ChaosCacheManager (CCM) is not reproducing Trailing Events. Particles set to track Trailing Events correctly follow the position of the trailing event when the Geometry Collection (GC) is physically ...

Distance Field AO from Moveable Skylight (non-Lumen) invalidates AO incorrectly with a screenspace offset to the right of moving objects

UE - Graphics Features - Mar 25, 2025

When Global Illumination is set to “None” in the project settings the ambient occlusion does not correctly render shadows for moving objects. This has been observed in versions 5.4 and above. ...

Scenecapturecomponent not including Niagara effect if custom renderpass is used

UE - Graphics Features - Mar 20, 2025

When using an "FSceneRenderer::CustomRenderPasses", the View never has Distance Field textures assigned. Can it instead reuse the Distance Field clipmap from the main view? ...

Shadow artifacts on translucent objects when using the setting Cast Dynamic Shadows As Masked

UE - Graphics Features - Mar 20, 2025

Flickering shadow artifacts can be seen with translucent mateirals with "Cast Dynamic Shadows As Masked" enabled. Please note that the artifacts disappear when switching from virtual shadow maps to ...

HDR (eye adaptation) visualization has incorrect output when Allow static lighting is disabled

UE - Graphics Features - Mar 19, 2025

Licensees have reported that this issue occurs in UE 5.5 and does not appear to occur in UE 5.4 or with Substrate enabled. ...

Discrepancy in FBX import on animations

UE - Editor - Content Pipeline - FBX - Mar 19, 2025

In the attached screenshots, the following Animation Sequence assets are wrong: * FX_WST050_pSphereB1_TS_AnimFX_WST050_pSphereC1_TRS_AnimFX_WST050_pSphereC1_TRS_AnimFX_WST050_pSphereD_TR_Anim If yo ...

Legacy HLOD Nanite Meshes Always Rendering in 5.5

UE - World Creation - Worldbuilding Tools - HLOD - Mar 17, 2025

From licensee: We are using the legacy HLOD system in our game. With 5.5 there was a change to FSceneProxyBase::DrawStaticElementsInternal() where the implementation was removed (https://github.com ...

Plugin template WP map missing actors

UE - World Creation - Worldbuilding Tools - World Partition - Mar 17, 2025

Importing static mesh while a PIE session is running permanently breaks nanite on the asset

UE - Editor - Content Pipeline - Import and Export - Mar 12, 2025

Importing a Static Mesh during PIE can cause it to never enable Nanite, even if it reports that Nanite is enabled. To re-enable Nanite on the mesh, the asset needs to be deleted and imported again ...

FJsonObjectConverter::ExportCallback_WriteISO8601Dates allows for writing FDateTime that does not have ticks

UE - CoreTech - Mar 12, 2025

Context: `FJsonObjectConverter` is a built-in UE class that makes it easy to convert JSON objects to and from UStructs, including `FDateTime`, which implements a date and time. Problem: An uniniti ...