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

Rect Light not rendered correctly when using Virtual Texture as source texture

UE - Virtual Production - Tools - MRQ - Aug 14, 2025

Licensees have reported that this issue occurs when rendering from the command line: Rectangular lights with virtual textures do not render when you run the "Render (Remote)" button in the Editor, a ...

Lumen Card Sharing is active on material with custom primitive data

UE - Graphics Features - Lumen - Aug 13, 2025

The wrong emissive value may be used on Nanite objects with custom primitive data when Lumen card sharing is enabled. This issue can be mitigated with: r.LumenScene.SurfaceCache.AllowCardSharing 0 ...

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

Copying Gameplay Tag Queries uses paths of instanced objects.

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

Copying Gameplay Tag Queries (FGameplayTagQuery) in the editor uses transient instanced object paths, so will no longer be valid when the data is unloaded, making it difficult to save or share queri ...

Using ForceCustom Mode causes TPose for single frame in Level Sequencer

UE - Anim - Sequencer - Aug 8, 2025

We are seeing TPose issues when swapping between EDL shots on skeletal mesh actors. We have spawned skeletal mesh actors added to a Level sequence that are set to use an animation blue prints which ...