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

An imported file that resides within the project's folders gets a relative path. That path is not updated it you copy the uasset to another folder. That breaks the Reimporting functionality.

UE - Editor - Content Pipeline - Aug 28, 2024

An imported file that resides within the project's folders gets a relative path. That path is not updated it you copy the uasset to another folder, so from the location of the new asset's the relati ...

Does FSlateElementBatcher::AddCachedElements need to check if r.HDR.UI.CompositeMode is enabled?

UE - Editor - UI Systems - Aug 28, 2024

When a specific configuration of HDR cvars are set, PIE in a New Editor Window will not render the game world. Settings (For DefaultEngine.ini): ```[SystemSettings] r.AllowHDR=1 r.HDR.Display.Color ...

Improve extra state debug box when net debug drawing

UE - Networking - Aug 28, 2024

With net debug drawing enabled, an extra debug box is drawn around some actors to indicate if the actor is always relevant or if it is distance culled. However, the strange size of this box makes ne ...

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

In some situations, a Blueprint can become devoid of an Event Graph. While no graphs are present, multiple variables can be created with the same name.

UE - Gameplay - Blueprint Editor - Aug 26, 2024

In some situations, a Blueprint can become devoid of an Event Graph, or be created without one from the start. For example, function "FKismetEditorUtilities::CreateBlueprint()" in UE 5.4 does not ca ...

Regression: "Object Position" node in Light Function materials did not compile up to UE 5.0. Starting with 5.1, it compiles but outputs garbage values

UE - Rendering Architecture - Materials - Aug 26, 2024

Up to UE 5.0, when the "Object Position" node is used in the Material Editor as part of a material with Light Function domain, attempting to compile the material results in the following error: "[SM ...