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

Unreal Engine Fails to Launch with Vulkan SM6 RHI and RenderDoc Auto-Attach Enabled

UE - Rendering Architecture - RHI - Dec 3, 2025

When launching Unreal Engine with the Vulkan RHI, SM6 and RenderDoc Auto Attach on Startup enabled, the engine fails to initialize with the error: “A compatible Vulkan Driver is required to run the ...

Pass names appear as "RDGEvent" in Unreal Insights when r.rhisetgpucaptureoptions=1

UE - Rendering Architecture - RHI - Dec 2, 2025

When capturing a trace in Unreal Insights, all r.rhisetgpucaptureoptions=1 (r.RDG.Events=3) all RDG pass events appear simply as RDGEvent, without the actual name due to the logic for RDG_EVENT_SCOP ...

FStateTreeRunParallelStateTreeTask and TStateTreePropertyRef

UE - AI - StateTree - Dec 2, 2025

When using a state tree that has a StateTreePropertyRef as a parameter in parallel any references will fail to resolve using the GetPropertyRef node. ...

Not all MidPhases are enumerated in TSimCallbackObject::OnMidPhaseModification

UE - Simulation - Core - Dec 2, 2025

Newly generated MidPhases are copied into the array accessible in the NarrowPhase after the OnPreSimulate callback is invoked. As a result, it is not possible to modify newly created MidPhases withi ...

Not all MidPhases are enumerated in TSimCallbackObject::OnMidPhaseModification

UE - Simulation - Core - Dec 2, 2025

Newly generated MidPhases are copied into the array accessible in the NarrowPhase after the OnPreSimulate callback is invoked. As a result, it is not possible to modify newly created MidPhases withi ...

Memory leak in Landscape edit mode

UE - Graphics Tools - Terrain - Landscape - Nov 28, 2025

SaveGeneratedTexture2DAsset can crash when overwriting an existing asset

UE - Texture - Nov 28, 2025

SaveGeneratedTexture2DAsset can crash for a variety of reasons when overwriting an existing texture asset. When no existing asset exists, the function simply moves the provided transient Texture ass ...

Morph target normals not correctly applied when imported as LOD 0

UE - Editor - Content Pipeline - FBX - Nov 27, 2025

This is a regression since 5.5 with skeletal meshes where morph target normal/tangent deformation only works when a mesh is imported as a LOD of an existing skeletal mesh, but not when imported as L ...

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