FRenderThreadCommandPipe::EnqueueAndLaunch does not properly capture/reapply LLM Context in all situations

UE - Rendering Architecture - RHI - Dec 3, 2024

When multiple render commands are enqueued before the graph task runs for a prior enqueued command, the new commands will be put into the Queue for the task to run and no context is captured. When t ...

Global SkyAtmosphere and Clouds Issues (Cloud Shadows)

UE - Graphics Features - Dec 3, 2024

Sampling Cloud Shadows when rendering the Sky Atmosphere can incorrectly assume that the view is located at the planet's North Pole. This causes distortion in the shadows when using a sphere-shaped ...

Global SkyAtmosphere and Clouds Issues (Ambient Light)

UE - Graphics Features - Dec 3, 2024

Ambient Light on Volumetric Clouds from Sky Atmosphere always is calculated as if the clouds are at the north pole of the planet. Using a sphere-shaped Sky Atmosphere and Volumetric Clouds causes t ...

PlayerStart in level instances does not start player at location after transitioning between maps in PIE

UE - World Creation - Worldbuilding Tools - World Partition - Dec 3, 2024

Crash when enabling r.PSOPrecache.Resources due to check() in FSkeletalMeshObjectGPUSkin::GetUsedVertexFactoryData

UE - Rendering Architecture - Dec 3, 2024

The game crashes because of a nullptr SkinnedMeshComponent in  FSkeletalMeshObjectGPUSkin::GetUsedVertexFactoryData when r.PSOPrecache.Resources is enabled and a skeletal mesh is loaded due to a new ...

Packed Level Actors and Instance Vertex Colors

UE - World Creation - Worldbuilding Tools - Level Instances - Dec 2, 2024

Unloaded actors missing when moving WP levels in content browser

UE - World Creation - Worldbuilding Tools - World Partition - Dec 2, 2024

Physical Material Mask bug found in GetPhysMatIndex, potentially causing issues with lookup.

UE - Simulation - Physics - Dec 2, 2024

On line 408 of UPhysicalMaterialMask::GetPhysMatIndex() in PhysicalMaterialMask.cpp, the AdjustCoord() function is given AddressX for both the U and V coordinates. The AddressY input is never used i ...

GeometryCollectionActor SetSimulatePhysics false does not stop Physics Simulation

UE - Simulation - Physics - Nov 28, 2024

If the GeometryCollectionActor (GCA) is simulating physics, calling SetSimulatePhysics(false) does not stop the simulation. If the simulation is paused, calling SetSimulatePhysics(true) does as expe ...

Nanite Mesh Reduction Issue

UE - Graphics Features - Nanite - Nov 28, 2024

This issue was reported through a UDN. Licensee mentioned that they are seeing a hole in their Nanite mesh at as they move away from it. Using the Nanite debug view we observe at a certain distance ...