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

Local Exposure can cause large variations in PreExposure under certain conditions

UE - Graphics Features - Sep 16, 2025

PreExposure is influenced by LocalExposure in PostProcessEyeAdaptation.cpp:1265. It appears when the scene is particularly dark and using manual exposure, the LastAverageLocalExposure can read a lar ...

ensure(PinHelpers::UnresolvedPins.Num() == 0); fails after undoing in the editor

UE - Framework - Blueprint Editor - Sep 6, 2025

The underlying cause is some edge case involving a math expression node, which does some perhaps naive things with a contained graph. ...

Crash when calling SetState inside state machine OnUpdate

UE - Anim - Sep 5, 2025

The crash happens when SetState is called inside the function bound to OutputAnimationPose’s OnUpdate in the animation state. This way of using Set State node is the same as shown in the official do ...

Lumen Translucency lighting vs opaque mismatch is larger than expected

UE - Graphics Features - Lumen - Sep 5, 2025

The licensee's VFX team has been struggling with getting their Niagara systems with translucent materials to fit into the environments they are being used in. In a project with default settings, the ...

Sequencer is not taking into account the TransformOriginOffset of the level sequence actor.

UE - Anim - Sequencer - Sep 3, 2025

When a level sequence actor has camera's marked for preroll in it and information is gathered for a camera cuts location to send to the streaming manager, it does not take into account the Transform ...

When ControlRig.EnableAnimNodePerformanceOptimizations is enabled, the default pose briefly appears after the Control Rig is reinitialized

UE - Anim - Rigging - Control Rig - Sep 1, 2025

Since UE5.6, ControlRig.EnableAnimNodePerformanceOptimizations is enabled by default, and this appears to be causing the issue. Specifically, when the control rig’s construction event is processed, ...

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

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

UE - Rendering Architecture - Shaders - 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 ...

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