Crash When Loading Cooked Material Assets in Editor Due to Shader Serialization

UE - Rendering Architecture - Materials - Aug 27, 2025

In Unreal Engine 5.6+, the new shader serialization logic in FShaderMapResourceCode::Serialize does not correctly handle cooked assets that are loaded back into the editor (e.g., from a mounted .pak ...

GAS: Double attributes not shown GameplayDebugger

UE - Gameplay - Gameplay Ability System - Aug 27, 2025

Context The Gameplay Ability System lets devs specify numerical attribute properties in UAttributeSet subclasses. Although the preferred attribute property type is FGameplayAttributeData, GAS has l ...

BP Debugger: Unable to inspect debug data for ForEachLoop ArrayElement, Array_Get and Break Struct output pins

UE - Framework - Blueprint - Aug 26, 2025

Context The blueprint debugger allows you to trigger breakpoints and inspect the current state of variables, both member variables, local variables and persistent UberGraph variables. Problem The ...

Heterogeneous Volume Actor causes ensures to trigger in Debug builds

UE - Niagara - Aug 24, 2025

When a heterogeneous volume actor is used with a volume material in a debug build, the following ensures are triggered: Ensure condition failed: UniformBufferValue || EnumHasAnyFlags(AutomaticallyBo ...

Adding pin to CR node causes crash if input variable is assigned to one of the array element

UE - Anim - Rigging - Control Rig - Aug 22, 2025

When a node has a variable assigned to one of its pins. You will get a crash every time you add a pin. I am sure this goes for all nodes with with the "add pin" functionality [Link Removed] ...

GAS: GameplayAttribute picker incorrectly also lists AttributeSets' non-attribute properties

UE - Gameplay - Gameplay Ability System - Aug 21, 2025

Context: FGameplayAttribute's details customization lets designers pick any attribute property from any UAttributeSet class. Problem: This currently displays all properties of UAttributeSet class ...

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

Bake to Control Rig blueprint function does not work on tracks in nested sequences in Editor

UE - Anim - Sequencer - Aug 20, 2025

The Bake to Control Rig node only works with single-layered level sequences. Studios using a nested level sequence setup cannot use this function. [Link Removed] ...

Objects are culled prematurely in the right eye

UE - Platform - XR - Aug 19, 2025