Commandlet Exits With Code -1073741819 and Exception FPlatformMisc::RequestExitWithStatus(1, 3, WindowsPlatformCrashContext.EngineUnhandledExceptionFilter)Engine exit requested (reason: Win RequestExit; note: exit was already requested)

UE - Foundation - Apr 9, 2025

When a commandlet is run it successfully completes but does not terminate the engine correctly. It appears that multiple requests are made to terminate the engine process these subsequent engine ter ...

Child widgets do not maintain the Enhanced Input bindings from their parents

UE - Editor - UI Systems - Apr 9, 2025

When a widget blueprint is created with Enhanced Input bindings in the event graph, when it is subclassed those bindings will not work in the child. This is inconsistent with how Actors function, an ...

Incorrect volume bounds check in FTranslucentLightInjectionCollector::AddLightForInjection

UE - Graphics Features - Apr 8, 2025

The 'VolumeBounds' array in FTranslucentLightInjectionCollector::AddLightForInjection is accessed as a pointer instead of with 'VolumeCascadeIndex' and thus fails bounds checks for the outer volume. ...

Overlay materials stop working when Show Collisions

UE - Simulation - Physics - Apr 7, 2025

Overlay Materials are disabled when the Collision showflag is enabled. ...

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

Editor crash while saving asset during cook operation

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

Sky Atmosphere Material Nodes not Correctly Represented in the Surface Cache for Nanite Enabled Static Meshes

UE - Graphics Features - Apr 1, 2025

When nanite is enabled on a static mesh, lighting contributions from Sky Atmosphere material nodes are not incident on the static mesh and no longer present in the overall lighting of the scene. Th ...

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

[USD] Reimport change reference to transient

UE - Editor - Content Pipeline - Import and Export - Mar 31, 2025

https://forums.unrealengine.com/t/usd-reimport-changes-referencers-to-transient/2421831 ...

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