Missing UV Clamping or Clear in SunAlphaPS_Mobile

UE - Platform - Mobile - Nov 13, 2025

In: void SunAlphaPS_Mobile( float2 InUVs[8] : TEXCOORD0, in FStereoPSInput StereoInput, out HALF_TYPE OutColor : SV_Target0 ) { OutColor =  SunUnBias(SunShaftAndDofTexture.Sample(SunShaftAndDo ...

Mutable bake instance overwrite instead increments

UE - Anim - Mutable - Nov 13, 2025

We are using Mutable and right now we can't overwrite already baked SK instances. This occurs when, we have a set variation for a character and we address a feedback on one of the used skeletal mesh ...

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

Content is Missing from Cook and indeterminism: StaticMeshComponents in Blueprints that copy data into themselves from StaticMesh have indeterminism due to StaticMesh not yet finished loading, postloading, or building

UE - Foundation - Nov 12, 2025

Content is Missing from Cook warnings are warnings reported at the end of cook phase of a project's data build. They report that data used by a cooked package will not be available at runtime. This ...

GetStaticRayTracingGeometries doesn't check if mesh has ray tracing disabled

UE - Graphics Features - Ray Tracing - Nov 12, 2025

An ensure is hit for static raytracing geometry because skeletal mesh assets that had ray tracing disabled were not handled in: FSkeletalMeshSceneProxy::GetStaticRayTracingGeometries The concurrent ...

CreatePatchLibrary is broken

UE - Rendering Architecture - Shaders - Nov 12, 2025

It seems the FEditorShaderCodeArchive.LoadExistingShaderCodeLibrary missed some functions, use FEditorShaderCodeArchive.AddShaderCodeLibraryFromDirectory instead could fix the issue. ...

LevelInstance Property overrides: Niagara properties cannot be overriden

UE - World Creation - Worldbuilding Tools - Level Instances - Nov 10, 2025

LevelInstance Property overrides are broken when duplicating a LI

UE - World Creation - Worldbuilding Tools - Level Instances - Nov 10, 2025

Upon light debugging, it seems like the overrides depend on the name of the actors in the LI. The duplicated LI does have FLevelInstanceActorPropertyOverride but the Actor names were not updated upd ...

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