Crash in GPUMessage.cpp when resetting FSocket when RHI is NullRHI.

UE - Rendering Architecture - RHI - Apr 5, 2025

When tearing down a nanite project with the nullrhi active, there is a crash in the FeedbackManager destructor that causes any exit to be unclean. The teardown process causes a crash as the destruc ...

Network Prediction crash when smoothing service instance data is reallocated out from under FNetworkPredictionStateView

UE - Gameplay - Network Prediction - Apr 4, 2025

Received a report from a licensee using Network Prediction Plugin and Mover.  There is a strong likelihood of a crash occurring when using NPP's smoothing option and spawning new NPP-simulating ins ...

Lack of multi-bounce when using software traced lumen radiosity

UE - Graphics Features - Lumen - Apr 4, 2025

Certain Lumen Hardware Ray Tracing CVars, when disabled in isolation, will not fall back to tracing the Global Distance Field, because the Global Distance Field is still disabled. The function "Lum ...

Object Tracks in SubSequencer Lose References When Blending is Enabled

UE - Anim - Sequencer - Apr 4, 2025

We're encountering an issue when using object tracks in subsequencer. When enabling blending on a subsequencer section, the object reference resets throughout the entire duration of the track. Inte ...

Sequencer Conditions crash - GarbageCollectionVerification

UE - Anim - Sequencer - Apr 3, 2025

Encountered a crash during the garbage collection phase when using sequencer conditions with subsequence tracks. Specifically, objects appear to break the "Disregard for GC" assumptions. ...

Blueprint asset tabs move around weirdly when you navigate between them with too many open

UE - Editor - Workflow Systems - Apr 3, 2025

The "parent class type" text changing size causes the tabs to shift around a lot when you have a lot of them. We need to figure out a better place for this text to avoid the issue ...

Non-Nanite Instanced Static Mesh Collision not showing in collision view

UE - Simulation - Physics - Apr 3, 2025

This issue is the same as [Link Removed], but it causes confusion for developers because only Nanite ISM are rendered correctly since UE5. . ...

Actor Dropped at Wrong Location During PIE

UE - Editor - Applied Usability - Apr 3, 2025

When attempting to drag and drop an actor from the Content Browser into the level viewport during PIE, the actor is not placed at the mouse cursor location if the Player Controller is attached. Inst ...

Editor crash while saving asset during cook operation

UE - Foundation - Data Pipeline - Cooker - Apr 2, 2025

It is possible to experience an editor crash in 5.5.4 when the cook process generates a warning that references an asset while the editor is saving. It seems that during a save operation, the code t ...

UAT not considering remote root

UE - Foundation - Cpp Tools - Automation Tool - Apr 2, 2025

It seems like WriteFileList (TempStorage.cs) is not respecting the enginePath as set from horde context. _localDir in TempStorage.cs seems to be based off of the RootDir (details here). Proposed ...