Unreal Editor 5.4.4 crash when reproducing a LevelSequence in loop while PIE.

UE - Anim - Sequencer - Sep 9, 2024

A crash inside Unreal Engine Editor version 5.4.4 occurs when reproducing a Level Sequence while in PIE. This issue is a regression. It only crashes in version 5.4.4. It was working correctly in ver ...

Actor blueprint 'bOptimizeBPComponentData' breaks subobject instantiation for runtime spawned actors in cooked builds

UE - Gameplay - Blueprint Runtime - Aug 29, 2024

A user has reported that when an actor blueprint enables Generate Optimized Component Blueprint Data, default instanced objects of components are not properly duplicated in cooked builds. This resul ...

Message to rebuild lights does not display after static mesh position has changed

UE - Graphics Features - Aug 28, 2024

In a static lighting environment, moving static objects no longer marks the built lighting as invalid. This prevents the on-screen warning from appearing. Regression introduced in CL: 25964466 on / ...

Material Layering sometimes increses Shader complexity significently

UE - Rendering Architecture - Materials - Aug 28, 2024

Nanite meshes are lit differently in Actor Colorization view modes than non-Nanite meshes

UE - Graphics Features - Nanite - Aug 28, 2024

When the Lit > Actor Coloration > Affects Navmesh or other Actor Coloration mode is used, Nanite meshes apply lighting differently than non-Nanite meshes which can make it difficult to use the Actor ...

Material instance UI doesn't show correct parameter preview for logic in a material function

UE - Rendering Architecture - Materials - Aug 27, 2024

The Material Instance UI doesn't show the correct parameter values when the logic is moved from the material graph into a material function used in that material graph. Example setup showing the wr ...

BlendListByEnum assumes that enum values are sequential

UE - Anim - Runtime - Anim Blueprints - Aug 26, 2024

FAnimNode_BlendListByEnum assumes that values within a custom enum type are sequential (ie. the index 0 = value 0, index 1 = value 1).  But this is not true of all custom enum types, for example: U ...

Ortho near plane clips geometry in Editor Top view

UE - Graphics Features - Aug 9, 2024

When the viewport is in Top (ortho) Lit mode the near plane clips through geometry as you zoom the view in and out. ...

Incorrect Lighting With Exponential Height Fog And Light Function Atlas

UE - Graphics Features - Jul 29, 2024

There currently is a mismatch occurring when light function atlases are used in conjunction with exponential height fog. When the flag r.VolumetricFog.UsesLightFunctionAtlas is enabled, light shafts ...