BoneList and BoneFilterActionOption in LOD0 of LODSettings are displayed after editing other LOD level

UE - Anim - Runtime - Jul 31, 2023

BoneList and BoneFilterActionOption in LOD0 of LODSettings are filters by the following code. void FSkeletalMeshLODSettingsDetails::CustomizeDetails(IDetailLayoutBuilder& LayoutBuilder) { ... st ...

Missing PSO Precaches in the engine

UE - Rendering - Architecture - RHI - Aug 20, 2025

A licensee wanted to report some missing PSO Precaching they found, which they have fixed locally: 1. UCableComponent doesn't implement CollectPSOPrecacheData or call CheckPSOPrecachingAndBoostPri ...

Multiple setter functions in UMaterialEditingLibrary always return false even when the parameter is correctly set on the MaterialInstance.

UE - Rendering - Architecture - Materials - May 30, 2025

In Unreal Engine, materials can expose parameters that can then be modified via instances (MaterialInstanceConstant). The UMaterialEditingLibrary provides several functions to modify these parameter ...

Audio Memory Growth While Paused

UE - Audio - Feb 26, 2026

User has provided a trace file attached to case. User experiencing going out of memory during gameplay with console command "Pause" activated. Using 5.6 from Perforce in the Release-5.6.0 stream at ...

Resavepackages commandlet strips level package thumbnails

UE - Editor - Developer Usability - May 12, 2026

When loading thumbnails in FLinkerLoad::SerializeThumbnails, the level asset has two thumbnails. The first one has a size of 0, which causes the loading process to abort early. Since the actual thum ...

Changes to Instanced Properties default value on BP not propagated to placed actors in the opened level

UE - Foundation - May 15, 2025

In UE versions 5.4 and onwards (as of CL 42589677 in Main), when an Instanced UObject property is defined in an Actor Blueprint, modifying the default value in the Blueprint does not propagate the c ...

No arm64 folder exists in plugins leading to an Error when packaging plugins

UE - CoreTech - Nov 16, 2022

Regression: Checked in UE5/Release-5.0, the folder is missing from the plugin as well. This issue appears to be a problem with packaging the plugin itself, rather than packaging a full project. Pac ...

[CrashReport][GPUCrash] UpdateRadianceCaches

UE - Rendering - Graphics Features - Ray Tracing - May 19, 2025

#31 crash out of 7783 in UE 5.7.4 on Windows#3 crash for UE - Rendering - Graphics Features in UE 5.7.4 on Windows#1 crash for UE - Rendering - Graphics Features - Ray Tracing in UE 5.7.4 on Windows ...

Nanite Displacement Bounds Mismatch Causes Floating Terrain Artifacts on Landscape

UE - Rendering - Graphics Features - Nanite - Mar 19, 2026

Summary When Nanite Tessellation (Nanite Displacement) is enabled on a Landscape in UE 5.7.3, scaling the Displacement value via Multiply nodes in the material graph causes floating terrain ghost a ...

Orientation Warping breaks incoming poses where bones are in component space

UE - Anim - Gameplay - Apr 17, 2025

The orientation warping node breaks incoming poses where bones are already in component space. This is because, in EvaluateSkeletalControl_AnyThread, we are repeatedly setting bone transforms direc ...