Skylight Leaking Tint in Reflection

UE - Graphics Features - Oct 10, 2025

From 5.6 onwards, Skylight Leaking is much stronger in reflections than in the world. Also tested on //UE5/Release-5.6, CL 45232827 ...

HZB Occlusion causes large stalls on the render thread

UE - Rendering Architecture - RHI - Oct 7, 2025

HZB Occlusion causes large stalls (greater than 5ms seen) on the render thread due to an RHI flush. This is caused by the following code in FDynamicRHI::RHIMapStagingSurface_RenderThread which force ...

Failed to generate Nanite data for mesh with bDoFastBuild enabled

UE - Graphics Features - Nanite - Oct 1, 2025

If "bDoFastBuild" is enabled on a Static Mesh asset, in-editor it will never be able to have Nanite data built for it, preventing the Static Mesh from using Nanite. There is no way to fix this issu ...

Pathtracer - Odd results from any material adjusting normals to complement world position changes

UE - Graphics Features - Path Tracer - Sep 30, 2025

Someone on the forums is reporting a possible bug with Pathtracer and any material that adjusts normals to complement world position changes. See pic attached. Reporting forum thread:https://foru ...

Merge Actors (Simplify) is broken with Substrate Shader Models Node

UE - Graphics Features - Substrate - Sep 29, 2025

Substrate Materials cannot be baked when Meshes are merged using the "Simplify" method. All textures except for the normal are reduced to a single black parameter. The normal texture produced does n ...

DeltaCompressionBaselineManager needs to update its scope for minimal update

UE - Networking - Iris - Sep 29, 2025

DeltaCompressionBaselineManager needs to update its scope for the case where objects may be replicated but no connections exist. ...

Custom Depth range is different than Pixel Depth range

UE - Rendering Architecture - Shaders - Sep 25, 2025

Shaders that compare custom depth and pixel depth get wrong output values because the ranges are different. This error is most noticeable over large distances. The difference in ranges is due to t ...

Iris - actors spawned/loaded before a connection exists will not use delta compression

UE - Networking - Iris - Sep 24, 2025

FDeltaCompressionBaselineManager::CreateBaseline will return early if the object has an invalid ObjectInfoIndex, which is allocated in FDeltaCompressionBaselineManager::UpdateScope (by calling FDelt ...

Calling FOnlineIdentitySteam::GetLinkedAccountAuthToken without an internet connection won't execute callback delegate for WebAPI token type

UE - Online - Sep 22, 2025

For the "WebAPI" TokenType, the call to execute the delegate is missing in the case where the SteamUserPtr is null or if BLoggedOn is false for the SteamUserPtr, so GetLinkedAccountAuthToken will ju ...