InvariantLeft and InvariantRight justification mispositions wrapped multi-line text

UE - Editor - UI Systems - Feb 26, 2026

When a UMG Text widget is set to Auto Wrap and uses InvariantLeft or InvariantRight, the wrapped visual lines are positioned differently than expected compared to Left/Right. In the current engine ...

Niagara GPU Distance Field collision uses only the first view in split-screen, causing collision to drop out for other players when view 0 loses Global DF coverage

UE - Niagara - Feb 17, 2026

In split-screen, Niagara GPU Distance Field collision appears to be evaluated against only the first view passed into the Niagara GPU sim (view index 0), rather than per split-screen view. Because G ...

Directly opening a modified map asset of a streaming sublevel does not always force it to be reloaded (inconsistent with other map open behaviors)

UE - World Creation - Worldbuilding Tools - Feb 10, 2026

When the level currently being edited has unsaved changes and the user opens a new one, the Editor asks if the changes should be saved. If the user answers negatively, the level asset is reverted to ...

Changing the ComponentClass of a ACharacter twice and trying to set a SkeletalMeshAsset crashes the engine

UE - Editor - Content Pipeline - Jan 22, 2026

Changing the ComponentClass of a ACharacter twice and trying to set a SkeletalMeshAsset crashes the engine with a "Cannot replace existing object of a different class" message. The conditions to re ...

UEditorEngine::OnAllPIEInstancesStarted() called prematurely, multiple times, while PIE clients are starting

UE - Gameplay - Jan 21, 2026

Context UEditorEngine::OnAllPIEInstancesStarted() is a virtual function that gets called when launching Play-in-Editor. It can be overridden if the game project chooses to introduce a subclass of U ...

[Enhanced Input] The action instance data is incorrectly reset when you call "Add mapping context" on the same mapping multiple times

UE - Gameplay - Input - Jan 16, 2026

This is somewhat related to [Link Removed] Closed and was brought up by a [Link Removed] Setting the CVar input.bRespectIM ...

Character unnecessary step down during PHYS_Flying mode

UE - Gameplay - Player Movement - Jan 15, 2026

When MovementMode is set to PHYS_Flying, the character may unexpectedly step down by MaxStepHeight when colliding with a wall near a ceiling. This occurs because UCharacterMovementComponent::StepUp ...

'Hide Unconnected Pins' Button in the Blueprint Node Details Panel Disconnects SubPins with Connections

UE - Framework - Blueprint - Jan 14, 2026

Given a get node with a struct output, if "Split Struct Pin" is used on the struct and one of that struct's outputs are connected to another node, it does not count as a used pin when the base get n ...

"Scale for <ComponentName> has a component set to zero, which will result in a bad body instance" warning spam when moving actor instance even with Collision Profile overriden to "NoCollision"

UE - Simulation - Physics - Jan 12, 2026

When a StaticMeshComponent has a scale component of zero in WorldSpace (after accumulating with the hierarchy from the root to it), function UPrimitiveComponent::OnCreatePhysicsState() logs the warn ...