Velocity Scene Texture Data Integrity Issues

UE - Graphics Features - Jan 8, 2026

When a Post-Process Material uses the Scene Texture Material Expression, the following code is generated: ``` MaterialFloat2 Local0 = Parameters.TexCoords[0].xy; MaterialFloat2 Local1 = ClampSceneT ...

Out-of-Bounds Access During Partial Updates of ISMC Per-Instance Custom Data

UE - Graphics Features - Jan 6, 2026

When using instance custom data values, removing an instance and changing the number of custom data floats in sequence can cause an array-out-of-bounds crash. The underlying arrays are not resized ...

When r.SSR.Stencil is enabled, there is wrong logic observed.

UE - Graphics Features - Dec 19, 2025

When r.SSR.Stencil is enabled, the areas with high roughnesss are not discarded and Unlit materials are incorrectly handled. See the linked EPS case (Additional Info URL) for a full explanation of ...

WorldToClip/ClipToWorld transform in materials not behaving as expected

UE - Graphics Features - Dec 19, 2025

In 5.3, the specified code will return all 0 or very small as expected. However in 5.4.4 and onwards (also checked in 5.6.1 & 5.7.1), it returns very large numbers. ...

Viewport stuttering during orbit/zoom navigation

UE - Graphics Features - Dec 17, 2025

Received a report of persistent stutters in the editor when trying to navigate in the viewport, including asset editor viewports like the Skeletal mesh editor and control rig editor. Hardware used ...

UInstancedStaticMeshComponent::AddInstances does not appear to be adding per-instance previous transforms when enabled

UE - Graphics Features - Dec 3, 2025

Instanced static mesh component does not add instances transforms to PerInstancePrevTransform array when using UInstancedStaticMeshComponent::AddInstances. Additionally Updating the transforms of th ...

ActorColoration mode is broken in a package.

UE - Graphics Features - Dec 2, 2025

The coloration mode should just work. You may be able to temporarily workaround the issue by disabling PostProcess. ...

Material LocalPosition node does not work correctly with Nanite Skinned meshes

UE - Graphics Features - Dec 1, 2025

Nanite Skinned Meshes don't receive the correct Local Position in some shadow passes. This depends on the clipmap level, and is not related to VSM caching. Unreal Engine 5.6 shows the same issue, b ...

PIE also rendering in-active / unfocused editor viewport

UE - Graphics Features - Nov 28, 2025

In 5.8, after entering PIE, the editor will start doing two SceneRenders per frame. This dramatically drops performance. Presumably this second render is for the inactive / unfocused editor viewport ...

Translucent Wireframe Materials Exhibit TSR Aliasing/Crawling Due To Incorrect Velocity Rendering When Set to Output Depth And Velocity

UE - Graphics Features - Nov 27, 2025

Note that this bug potentially also affects a wide variety of material / geometry setups; however, a translucent wireframe setup is currently the main reproduction case. The issue may also be notice ...