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

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

HighResShot Alpha always 255

Expected behavior is that screenshot alpha should be 0 for pixels that did not have anything rendered into them. ...

Modifying PostProcess Film Slope can cause TSR to produce ghosting artefacts

UE - Graphics Features - Aug 11, 2025

When TSR is active, the scene is dark, and a foreground object is lit, modifying the Film/Slope value on a PostProcessVolume can lead to TSR ghosting. TSR occurs prior to Tonemapping, so the issue ...

USourceControlHelpers::IsEnabled crashes shipping builds

UE - Editor - Workflow Systems - Aug 11, 2025

The licensee has reported that the naming of the IsEnabled node is not descriptive enough and can be easily confused with other IsEnabled functions or variables. The Licensee has requested that the ...

Incorrect resolution used because SetProcessDpiAware() is not called when bAllowHighDPIInGameMode=False

UE - Rendering Architecture - Aug 8, 2025

The incorrect resolution is used on computers with 4k monitors that use DPI scaling (default 150%) because the default for UE projects is bAllowHighDPIInGameMode=False which results in SetProcessDp ...

Blurry RVTs after camera jump

UE - Graphics Features - Aug 7, 2025

When using Runtime Virtual Textures (RVT) on landscape in UE 5.5+, nearby tiles may remain blurry (low-resolution mips) after launching PIE or making large camera jumps (e.g. via bookmarks or viewpo ...

[AI] Changing NavMesh Resolution in config file does not update the quantFactor of existing navmesh

UE - AI - Navigation - Aug 6, 2025

When we changed the resolution in the config, if you open a map and then look at the navmesh, the resolution it shows is the updated one from the config (assuming you haven't overridden anything) ...