Water is missing or appears in wrong places due to incorrectly rendered WaterInfoTexture.

UE - Graphics Tools - Terrain - Jun 16, 2025

Water is missing, appears in strange blocks, or appears in wrong places due to incorrectly rendered WaterInfoTexture. The WaterInfoTexture is part of the WaterZone actor. ...

Fix up GPU breadcrumb labels for Intel performance analysers

UE - Rendering Architecture - RHI - Jun 13, 2025

A licensee has brought up that the GPU breadcrumbs are incorrectly displayed with traces taken on the Intel GPU Analyzer tools (see screenshot). It looks like the format string is being passed on in ...

Performance hitch from RemoveGeometryCache flushing the render thread

UE - Editor - Content Pipeline - Alembic - Jun 12, 2025

FGeometryCacheStreamingManager::RemoveGeometryCache calls FlushRenderingCommands which shows up as a hitch when profiling. [Link Removed] Ideally the flush added in CL#23782411 to fix a rare deadl ...

StreamableManager does not apply CoreRedirects to loaded paths

UE - Framework - Jun 12, 2025

When loading soft object paths directly, it applies any important CoreRedirects by calling the function FixupCoreRedirects if the initial load attempt fails. In the repro steps, this will apply this ...

bIgnoreAllPressedKeysUntilReleaseOnRebuild in Enhanced Input behaves unexpectedly during pawn possession

UE - Gameplay - Input - Jun 11, 2025

This is a speculative bug report from the user.  The fix for this is to re-do the work of 31224705 but in a better way. The "bShouldBeIgnored" flag is being overriden by the previous mapping's va ...

In editor, sub level instance's streaming state persists incorrectly after toggling Level Behavior without saving

UE - World Creation - Worldbuilding Tools - Level Instances - Jun 11, 2025

When adding a sub level with world partition streaming to a main level where the streaming is also enabled, setting* Level Behavior* of the sub level to Standalone, and saving the result, in the fir ...

Static lights become stationary after toggling visiblity of level in packaged build

UE - Graphics Features - Jun 11, 2025

In 5.5, there is a regression with baked lighting where static lights become stationary lights when a level is hidden and then made visible again. This happens in packaged builds and shows up as sta ...

Copying a Folder that contains the space character from the Outliner does not enclose the Folder name on Double Quotes. Because of that, later Pasting will only handle the first word of the Folder name.

UE - Editor - Workflow Systems - Jun 10, 2025

Copying a Folder that contains the space character from the Outliner does not enclose the Folder name on Double Quotes. Because of that, later Pasting will only handle the first word of the Folder n ...

Dynamically Spawned Level Instance Actors do not have their sub actors world partition stream in PIE starting level

UE - World Creation - Worldbuilding Tools - Level Instances - Jun 10, 2025

We are building levels where we spawn in Level Instance actors at runtime that have World Partition enabled into a Persistent level that also has World Partition enabled. What we have noticed though ...

Incorrect NiagaraSystem passed to KillUnusedComponents in ReclaimWorldParticleSystem

UE - Niagara - Jun 10, 2025

In UNiagaraComponentPool::ReclaimWorldParticleSystem, the cleanup loop for WorldParticleSystemPools calls KillUnusedComponents with the reclaimed component's NiagaraSystem (Asset) instead of the sys ...