Crash when FVolumetricRenderTargetViewStateData::Mode is not properly initialized

UE - Graphics Features - Jan 15, 2025

A licensee has reported that occasionally a race condition triggers a crash during the initialization of FVolumetricRenderTargetViewStateData. If FVolumetricRenderTargetViewStateData::Mode is not pr ...

Cut & Paste in Sequencer breaks with Attach track

UE - Anim - Sequencer - Jan 15, 2025

Cutting two tracks in sequencer, which one is attached to another one, and pasting it break with Attach track. By this operation, Attack track loses its binding object. Copying such tracks and paste ...

Visual Logger Timeline is not updated when Viewport is in fullscreen

UE - AI - Debugging - Jan 14, 2025

Context The Visual Logger is a powerful debugging tool to create and record visual representations, and allows people to review the data. Problem The problem is that it does not record things don ...

Nanite foliage missing outline when selected

UE - Graphics Features - Nanite - Jan 14, 2025

When a foliage actor contains instances of Nanite and Non-Nanite meshes, the Nanite meshes don't get a selection outline when the actor is selected.[Image Removed] ...

Normals and tangents do not get normalized when recompute is on during static mesh to skeletal mesh conversion.

UE - Anim - Rigging - Jan 14, 2025

When doing a static mesh to skeletal mesh conversion where the source object is an OBJ, if recompute normals or tangents is on, then the resulting normals and tangents will be broken. ...

Regression - Nav mesh is not generated on BSP brushes after loading a map

UE - AI - Navigation - Jan 14, 2025

In UE 5.5, when loading a map and selecting "Build – Build Paths", the nav mesh is not generated on any BSP brushes (although it is correctly generated in static meshes). This did not happen in earl ...

Water body actor casts static shadow

UE - Graphics Tools - Terrain - Water - Jan 14, 2025

WaterBody Actors will cast static shadows in built lighting even if their Cast Shadow options are disabled. ...

Skeletal Meshes with imported LODs will use the highest LOD when generating Nanite, rather than LOD0

UE - Graphics Features - Nanite - Jan 14, 2025

In the SkeletalMeshBuilder, Nanite is generated when enabled regardless of the LOD being requested. Since the Nanite enablement parameter is set on all LODs in USkeletalMesh::BuildLODModel and LODs ...

Nanite Skeletal Mesh uses incorrect LOD for raytracing

UE - Graphics Features - Nanite - Jan 13, 2025

LOD0 for some Nanite Skeletal meshes is used for ray tracing scenes on some platforms  because some FSkinnedSceneProxy are incorrectly considered "always visible" ...

GPU Crash from invalid SRV in CreateShaderResourceView due to integer underflow

UE - Graphics Features - Ray Tracing - Jan 13, 2025

The GPU crashes after the ray tracing geometry builder attempts to create a shader resource view with an invalid offset. ...