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

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

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

Crash when a Deferred Decal (Translucent) base material has a Nanite Override (Masked Surface) Material and the mesh has Nanite + Ray Tracing enabled.

UE - Graphics Features - Ray Tracing - Aug 14, 2025

A crash occurs when Nanite override material instance is used in a project with Ray tracing enabled where: 1 The Material assigned to the static mesh uses Deferred Decal / Translucent and the Nani ...

Weight blended layers can leave ghost traces when cleared

UE - Graphics Tools - Terrain - Landscape - Aug 13, 2025

Vector VM - Crash / memory stomp when using > 255 external function calls

UE - Niagara - Aug 12, 2025

The Vector VM has only every supported a byte's worth of external function calls, when we blew the limit it would index into the incorrect VM call. The new VM will also overwrite memory when exceed ...

Visibility doesn't get effected by hierarcy levels

UE - Anim - Sequencer - Aug 11, 2025

We use the hierarchy bias to override actions within subsequences. We can do that for transforms and control rigs, but the visibility track doesn't seem to obey the same rules. Attached is a video o ...

Rewind debugger would crash when recording a character using Pose search

UE - Anim - Gameplay - Aug 8, 2025

Our character is using the Pose search setup from GameAnimation content example. The architecture of the system is most the same with some new function that account for some input difference and sp ...

GPU Crash from out of memory read/writes in Lumen when using non-power-of-2 TracingOctahedronResolution

UE - Graphics Features - Lumen - Aug 6, 2025

When the r.Lumen.ScreenProbeGather.TracingOctahedronResolution is not a power of 2 or LumenFinalGatherQuality in a Post Processing Volume is set to a value such that the TracingOctahedronResolution ...