Compiling any material in UE 5.5.1 without ShaderCompiler JobCache results in a crash

UE - Rendering Architecture - Shaders - Jan 15, 2025

Compiling any material with r.ShaderCompiler.JobCache=0 causes ShaderCompileWorker to crash. Reproduction steps cause a crash during Editor startup, but this bug may affect other scenarios where mat ...

ARKit - Handheld AR Template Experiences Periodic Hitches when Quick Launched

UE - Platform - Mobile - Jan 14, 2025

Reproduced 3/3 times. Regression testing in progress. Issue was reproduced on both Windows and MacOS launching onto iOS. Issue does not reproduce when packaging and installing an .ipa app. ...

Water body actor casts static shadow

UE - Content Tools - Terrain - Water - Jan 14, 2025

WaterBody Actors will cast static shadows in built lighting even if their Cast Shadow options are disabled. ...

Nanite Skeletal Mesh uses incorrect LOD for raytracing

UE - Graphics Features - Nanite - Jan 13, 2025

LOD0 for some Nanite Skeletal meshes is used for ray tracing scenes on some platforms  because some FSkinnedSceneProxy are incorrectly considered "always visible" ...

GPU Crash from invalid SRV in CreateShaderResourceView due to integer underflow

UE - Graphics Features - Ray Tracing - Jan 13, 2025

The GPU crashes after the ray tracing geometry builder attempts to create a shader resource view with an invalid offset. ...

Priority order of texture parameters on post process material instances is inverted

UE - Graphics Features - Jan 13, 2025

The texture parameters on material instances applied to post process volumes do not respect the priority order of the post process volume, and are in fact inverted relative to the priority of other ...

Keep Simulation Changes will persist only a subset of changed properties

UE - Editor - Jan 10, 2025

As per the steps to reproduce, Keep Simulation Changes will often only copy back the most recent property changed on a simulating Actor back to the version of the Actor in the Editor level. It is no ...

Substrate Add node only adds the first Substrate Slab's Emissive value when "Use Parameter Blending" is enabled

UE - Graphics Features - Substrate - Jan 10, 2025

As per the steps to reproduce, the Substrate Add node only adds the first Substrate Slab's Emissive value when "Use Parameter Blending" is enabled. Leaving "Use Parameter Blending" unchecked on the ...

External Data Layers in level not removed when Game Feature Action is Removed or set to None

UE - World Creation - Worldbuilding Tools - Jan 9, 2025

When using External Data Layers in conjunction with Game Feature Plugins and World Partition levels, removing a Game Feature Action or changing its type to "None" does not remove the associated Exte ...

Missing texture assets cause warnings on editor start: LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error.

UE - Editor - UI Systems - Jan 7, 2025

There are a number of missing texture assets which are failing to be read when the editor opens. This is causing a warning to be thrown each time the editor opens, potentially causing CI/CD tests (i ...