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 can happen in FDetailLayoutBuilderImpl::Tick() when a category of UStruct member includes the "|" symbol and member is Tickable.

UE - Editor - Workflow Systems - Dec 3, 2024

A crash can occur when a member of a UStruct has a category with the "|" symbol and is trying to be displayed inside by the FDetailLayoutBuilderImpl class. This happens when there is a UStruct memb ...

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