Controller::OnPossessedPawnChanged broadcasts (Pawn->null) but not (null->Pawn) during AGameModeBase::RestartPlayer()

UE - Gameplay - Sep 17, 2025

Context AController has a blueprint assignable delegate that fires when the possessed pawn changes. This should fire in both singleplayer and networked games. The bug is reproducible in single play ...

Move SAnimTimeline to public API

UE - Anim - Runtime - Sep 14, 2025

I wanted to be able to make use of the same widgets the AnimSequence uses for its timeline with play/pause, rewind, etc. However I discovered this was all in private folders in the Persona plugin. ...

LODs with screen size 0 in legacy assets are incorrectly converted to 1 on load

UE - Graphics Features - Sep 11, 2025

When loading a mesh asset (static or skeletal) created in an old version of Unreal (e.g. 4.10), any LOD whose LOD screen size was originally set to 0, is converted to 1. This causes LODs that would ...

Downsampled SceneColour textures are not invalidated after ComposeToNewSceneColor when TSR is enabled leading to AfterMotionBlur materials not rendering bloom

UE - Graphics Features - Sep 11, 2025

When an emissive AfterMotionBlur material is used with TSR, Bloom is not applied to the material. The cause for this appears to be that AfterMotionBlur materials are composed to a separate texture ...

Undoing keyframe addition in Sequencer unselects actors in the Outliner

UE - Anim - Sequencer - Sep 8, 2025

When a keyframe is added to a track in the Sequencer, undoing the operation correctly removes the keyframe, but it also unselects the actor. This becomes especially inconvenient when multiple actors ...

Find in Blueprints: Default values of TMap keys are not returned

UE - Framework - Blueprint Editor - Sep 3, 2025

Context Find-in-Blueprints can be used to search the current, or all, blueprints. If you enter a simple string, it would return nodes, pins, pin default values and default values for BP Variables ( ...

Crash when running "MAP REBUILD ALLVISIBLE" with hidden sublevels and then changing maps

UE - World Creation - Worldbuilding Tools - Sep 1, 2025

Running the MAP REBUILD ALLVISIBLE editor command when the current map contains hidden sublevels causes a crash upon changing maps. The issue seems to be related to hidden sublevels being cleared in ...

GeometryCollectionPhysicsProxy::FieldParameterUpdateCallback() not removing invalid Commands, leading to performance issues

UE - Simulation - Physics - Destruction - Aug 30, 2025

GeometryCollectionPhysicsProxy::FieldParameterUpdateCallback() not removing invalid Commands, leading to performance issues. The licensee has provided their analysis: We seem to have stumbled acro ...

UMG Retainer Box renders incorrect colors with Color Vision Deficiency enabled

UE - Editor - UI Systems - UMG - Aug 27, 2025

When using a Retainer Box in UMG with Color Vision Deficiency enabled, the content inside the Retainer Box is rendered with incorrect colors compared to the rest of the UI. This bug is present in UE ...

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