Landscape raytracing geometry always updates every frame

UE - Graphics Features - Ray Tracing - Apr 11, 2025

LOD 0 Landscape meshes are always updated in FLandscapeComponentSceneProxy::GetDynamicRayTracingInstances because* r.RayTracing.Geometry.Landscape.LODsUpdateEveryFrame* (GLandscapeRayTracingGeometry ...

Sampling textures with bias in the path of a custom data pin causes derivative operations when avoidable

UE - Rendering Architecture - Materials - Apr 8, 2025

Materials that make use of the analytical derivatives path to avoid hardware derivatives can still generate derivative operations on texture samples when the shading model has a custom data pin and ...

Blueprint asset tabs move around weirdly when you navigate between them with too many open

UE - Editor - Workflow Systems - Apr 3, 2025

The "parent class type" text changing size causes the tabs to shift around a lot when you have a lot of them. We need to figure out a better place for this text to avoid the issue ...

Sky Atmosphere Material Nodes not Correctly Represented in the Surface Cache for Nanite Enabled Static Meshes

UE - Graphics Features - Apr 1, 2025

When nanite is enabled on a static mesh, lighting contributions from Sky Atmosphere material nodes are not incident on the static mesh and no longer present in the overall lighting of the scene. Th ...

Skylighting on distant objects causes severe flickering with Lumen

UE - Graphics Features - Lumen - Mar 31, 2025

Lighting on distant meshes flickers when using Lumen and Skylights. Turning Lumen off and lighting from the skylight is stable. Turning off Lumen screen traces also lowers the amount of flickering ...

[USD] Reimport change reference to transient

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

https://forums.unrealengine.com/t/usd-reimport-changes-referencers-to-transient/2421831 ...

Raytraced lights with Source Length > 0 behave incorrectly with Megalights

UE - Graphics Features - Ray Tracing - Mar 26, 2025

When Megalights is enabled, light can leak into areas that should be occluded for lights with smallish (5.0) source length and source size. [Image Removed][Image Removed] This was taken with r.Ray ...

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

[Interchange] Ensure when re-importing an asset that was import with a blueprint pipeline

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

The issue is in UInterchangeAssetImportData::ProcessPipelinesCache() The following iteration do not find blueprint pipeline, not sure about python pipeline, it need to be test. TMap<FString, UClas ...