Bindless Textures in active use are able to be garbage collected

UE - Graphics Features - Jul 9, 2025

It is possible for textures referenced in the bindless texture data assets that are actively used in materials being rendered in the active viewport to be garbage collected. This results in the mat ...

Editor crash when adding mesh renderer elements in Niagara

UE - Niagara - Jul 8, 2025

When adding multiple meshes to a Niagara Mesh Renderer Module, a check() will be triggered due to a mismatch in the number of Widgets and the number of Tooltip Widgets. ...

Channel Mask Parameter does not correctly pull through the Alpha channel from

UE - Graphics Features - Jul 8, 2025

The ChannelMaskParameter node in the Material Graph works in most cases, but unusually does not work when extracting the value of the Alpha channel only for Vertex Color input data. ...

CPU Lightmass generates different lighting results on a landscape if executed via a commandlet vs through the editor

UE - Graphics Features - Jul 3, 2025

Building lighting via commandlet and via editor are giving different results. To prevent one method from polluting the other via Swarm cache, the cache needs to be cleared in between tests. ...

Sphere Mask ArgInvHardness missing multiplication

UE - Rendering Architecture - Materials - Jun 27, 2025

Hi Epic, In MaterialExpressions.cpp UMaterialExpressionSphereMask::Compile(), hardness is not calculated the same way in both <if> conditions. One is missing a multiplication by 0.01f. Specificall ...

Water Body Custom generates Map Check Warnings

UE - Graphics Tools - Terrain - Water - Jun 26, 2025

From licensee: Water Body Custom Actors generate this warning during Map Check: WaterBodyCustom_UAID_507C6F36B9215C5B02_1871778061 Static mesh actor has NULL StaticMesh property. To reproduce, si ...

Niagara mesh particles invalidate lighting when "Cast Shadow" is enabled with Hardware Ray Tracing enabled

UE - Graphics Features - Lumen - Jun 24, 2025

Lumen HWRT, combined with Niagara Mesh Renderer, can cause the Lumen Scene to be reset, resulting in a sudden change to indirect lighting. ...

GPU event descriptions are not properly formatted in Insight

UE - Foundation - Insights - Jun 24, 2025

Context Unreal Insights displays Timing Insights that can include GPU timing information. Rendering code such as FDeferredShadingSceneRenderer::RenderPrePass() generate such events.Problem Certain f ...

Change uses of "OnlineSubsystemSteam" module name

UE - Online - Jun 19, 2025

The refactor at CL 39638561 moved some classes, such as SteamNetDriver and SteamNetConnection, from the "OnlineSubsystemSteam" module to the new "SocketSubsystemSteamIP" module. There are still a f ...

Instanced Static Meshes ignore max World Position Offset Displacement for bounds after UpdateInstanceTransform is called

UE - Graphics Features - Jun 18, 2025

When an Instanced Static Mesh Component (ISMC) uses a material with a non-zero Max World Position Offset Displacement, the bounds are correctly expanded at initialization. However, after calling Upd ...