Issue with Niagara emitter inheritance

UE - Niagara - Dec 4, 2025

Modules in the particle spawn stage get unlocked and lose inheritance after changing the inherited emitter's interpolated spawn mode to "No Interpolation" then resetting. ...

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

Chaos sometimes can not generate contact points while two dynamic convex hulls actually collide. It results in instability in the contact behavior​ - such as jittering, inconsistent contact forces, or unexpected collision responses.

UE - Simulation - Core - Dec 2, 2025

Context: Chaos Physics is able to use convex hulls to represent object collision geometry for queries and simulation. Problem: Chaos sometimes can not generate contact points while two dynamic conv ...

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

same PhysicsAsset refresh multi times when modify multi SkeletalBodySetup properties in same PhysAsset

UE - Anim - Gameplay - Nov 20, 2025

USkeletalBodySetup::PostEditChangeProperty will call OwningPhysAsset->RefreshPhysicsAssetChange(), if I modify many SkeletalBodySetup properties in same PhysAsset, will cause call OwningPhysAsset-> ...

Crash at Skeleton Remapping

UE - Anim - Runtime - Nov 14, 2025

The details are in the EPS : [Link Removed] ...

Input Touch Hold trigger fails to reset, unlike Mouse Hold (using Enhanced Input Context)

UE - Gameplay - Input - Nov 13, 2025

When using the Enhanced Input Context, the Input Touch Hold trigger does not reset correctly after releasing a touch input. Unlike Mouse Hold, which keeps firing Canceled events as expected, Input T ...

Typo in NaniteRasterizer.usf preventing low tessellation mode at distance

UE - Graphics Features - Nanite - Nov 12, 2025

A typo in a conditional compilation macro in NaniteRasterizer.usf causes code controlling distant tessellation reduction to never be included in final shader code. This means that the low tessellati ...

Build crash when enabling r.CreateShadersOnLoad=1

UE - Rendering Architecture - Shaders - Nov 10, 2025

When "r.CreateShadersOnLoad" is enabled, cooking will crash due to failure to create a shader. This occurs on //UE5/Release-5.5, CL: 41545209 and //UE5/Release-5.6, CL: 45232827 ...

GAS: FActiveGameplayCueContainer::RemoveCue crash while iterating removals when consecutive Cue tags are conditionally added and the conditional effects removed in ascending order

UE - Gameplay - Gameplay Ability System - Nov 4, 2025

When removing gameplay effects by tag, if the tag that is being removed has other tags that are dependent on it in a cyclical way an "array out of bounds ' error can be triggered. ...