Bug in CurveLinearColor makes colors of Diffraction material white outside curve range, causing rendering artifacts

UE - Texture - May 14, 2025

There seems to be a regression with linear textures (commonly for multi-channel masked textures) in UE5.4. Setting the "Encoding Override" (under Texture > Advanced > Source Color Settings) to "Line ...

Editor 'Build All Levels' discards Volumetrics Lightmaps in persistent level

UE - Graphics Features - May 14, 2025

Building the level or lightmaps can clear the volumetric lightmap. In 5.5, this requires you to perform a full build, or a lighting only build with a BSP brush in the scene. In 5.6, all level build ...

Texture incorrectly set when importing glTF via Interchange.

UE - Editor - Content Pipeline - Import and Export - May 6, 2025

Some Materials in this glTF model will not use the correct texture on import.  Find interior doors. They will be Green when they should be set to use Wood_Basecolor texture and not Wood_Basecolor1 ...

GPU Crash may occur when using Nanite Tesselation on landscape with several shadow casting local lights

UE - Graphics Features - Nanite - May 5, 2025

The GPU may time out in NaniteSplit when drawing VSM shadows for Nanite Tessellated landscape with in a scene with several local shadowed point lights. The issue doesn't reproduce in 5.6, likely to ...

FX.TestGPUSort fails on Vulkan

UE - Niagara - May 5, 2025

“FX.TestGPUSort” fails on both PC Editor and Android with Vulkan RHI. ...

DiffuseIndirect_Lumen_3 parameter missing and causing crash with Screen Space reflections and Lumen Async Compute

UE - Graphics Features - Lumen - May 3, 2025

When the Reflection Method is set to Screen Space and Lumen reflections async compute is enabled Unreal will crash because DiffuseIndirect_Lumen_3 parameter missing, due to how DenoiserOutputs are o ...

GeometryScript: BlueprintCallable GetMaxMaterialID return pin is incorrectly named "Enabled" instead of "MaxID"

UE - Graphics Tools - Modeling Tools - GeometryScripting - May 2, 2025

The return pin for the "Get Max Material ID" function is incorrectly named "Enabled" when the function returns the MaxID. See \Engine\Plugins\Runtime\GeometryScripting\Source\GeometryScriptingCore\ ...

FBX Camera Import into Sequencer - Scale Does Not Apply to Scene-Dependent Attributes (e.g., Focus Distance)

UE - Anim - Sequencer - May 1, 2025

When importing an FBX camera into a Level Sequence via the FBX Import dialog, we rely heavily on the Import Uniform Scale and Convert Scene Unit options for DCC interoperability. These settings ...

FHLSLMaterialTranslator::GetMaterialEnvironment can crash or not load UMaterialParameterCollections

UE - Rendering Architecture - Materials - Apr 30, 2025

In UE 5.5, the Editor may crash in FHLSLMaterialTranslator::GetMaterialEnvironment when loading materials with Material Parameter Collections, likely due to async loading. Calling ParameterCollectio ...

Find in Blueprints: Default values in struct members are not returned

UE - Framework - Blueprint Editor - Apr 30, 2025

Context Find-in-Blueprints can be used to search the current, or all, blueprints. If you enter a simple string, it would return nodes, pins, pin default values and default values for BP Variables ( ...