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

Crash when Undo after deleting a Material Layer of a Material Instance.

UE - Rendering Architecture - Materials - Apr 2, 2025

In Unreal Engine version 5.5.4, the Editor crashes when performing Undo after deleting a Material Layer of a Material Instance ...

Masked material using virtual textures covering a decal will result in black pixels

UE - Graphics Features - Nanite - Mar 31, 2025

Depth Passes for Masked Materials using Virtual Textures does not work correctly when it is in front of a Nanite Mesh and a Decal, resulting in black artifacts. Also tested on //UE5/Main, CL: 41024 ...

Opcode shader compilation error when using a TextureSampleParameterCubeArray node with hardware ray tracing enabled

UE - Graphics Features - Ray Tracing - Mar 31, 2025

Materials containing a cube array texture sampling node will not compile when hardware ray tracing is enabled. The shader compilation error indicates that an invalid op code was used: "Opcode Sample ...

Excessive RVT page updates with Nanite and ClearCoat or Cloth shading model applied

UE - Rendering Architecture - Mar 31, 2025

There is an excessive number of page updates when a Nanite landscape has a runtime virtual texture material applied to it with a shading model set to ClearCoat or Cloth (instead of Default Lit). The ...

Iris - replication errors for actors in runtime data layer when reconnecting

UE - Networking - Iris - Mar 28, 2025

It seems like upon reconnecting to the server, the client receives a bunch containing the actor before it has loaded the data layer. See attached log snippet for errors. ...

Input Actions bound to Any Key become unresponsive after mouse scroll until scrolled again

UE - Gameplay - Input - Mar 28, 2025

In UE latest release (5.5 launcher version), Enhanced Input Actions mapped to "Any Key" stop responding after scrolling the mouse wheel. Specifically, scrolling either up or down disables the Any Ke ...

FFastArraySerializer::DeltaFlags may be saved to blueprint CDO, causing delta struct serialization to be skipped

UE - Networking - Mar 28, 2025

When an actor's replicator is first created and initialized, FObjectReplicator::InitWithObject will use the archetype as the source object for copying the properties. From there, the custom delta pr ...

ChaosCacheManager is not recording the Observed GeometryCollections NotifyBreak states between level loading and will default to false if changed from Record to Play

UE - Simulation - Physics - Mar 28, 2025

ChaosCacheManager (CCM) is not recording the Observed GeometryCollections (GC) NotifyBreak states between level loading and will default to false if changed from Record to Play. AChaosCacheManager ...

ChaosCacheManager is not reproducing Collision Events the second time you Record and Play

UE - Simulation - Physics - Mar 28, 2025

ChaosCacheManager (CCM) is not reproducing Collision events the second time (and onwards) we record a Geometry Collection (GC) breaking session. Particles set to track Collision Events correctly fol ...