Light Complexity view mode crashes if there are hair cards in the scene

UE - Graphics Features - Jul 24, 2024

The Editor will crash if Groom Hair Cards are viewed with the Light Complexity View Mode. ...

PerObjectProjectedShadows

UE - Graphics Features - Jul 23, 2024

Per-Object shadows cast by a stationary point light do not appear in the correct place on movable geometry. ...

Cannot instantiate an InstancedStaticMesh component with ConstructionScript

UE - Graphics Features - Jul 21, 2024

Starting with Unreal Engine 5.4, the logic for adding ISM instances by adding ISM components in the Construction Script (like below) has failed.  [Image Removed] This issue accidentally was introd ...

Reflection Captures permanently unload with world streaming

UE - Graphics Features - Jul 19, 2024

When a reflection capture is unloaded due to streaming, it cannot be reloaded when the player returns to that area in the world because FReflectionCaptureData::OnDataUploadedToGPUFinal deletes the C ...

GPU ISM LOD doesn't take into account per instance scales when calculating LOD ranges

UE - Graphics Features - Jul 19, 2024

When we set up the draw calls for ISM with GPU LOD selection we submit a draw call per LOD. For this we calculate the minimum and maximum possible LOD with a call to ComputeLODForMeshes() in FReleva ...

GPU ISM LOD uses bounds length instead of radius

UE - Graphics Features - Jul 19, 2024

When calculating LOD for instances on GPU in NaniteCullingCommon.ush we use:float RadiusSq = length2(LocalBoxExtent); This doesn't exactly match the CPU logic for static mesh component LOD select ...

GPU Lightmass does not support bound lighting from landscapes

UE - Graphics Features - Jun 29, 2024

GPU Lightmass does not support bounce lighting from landscapes, but CPU Lightmass does. ...

Incorrect error icon on stationary lights in a sublevel when the sublevel is first added

UE - Graphics Features - Jun 26, 2024

When you add a level with stationary lights to another level as a sublevel they will show a first error icon on the lights. Once you close the project or refresh the level this icon is shown as nor ...

Exposure compensation curves do not blend

UE - Graphics Features - Jun 26, 2024

Requested in https://udn.unrealengine.com/s/question/0D5QP000006g7Px0AI/auto-exposure-various Previously discussed in https://udn.unrealengine.com/s/question/0D52L00004vKeNJSA0/blending-postproce ...

Allowed ranges for the different Exposure Settings in PPV are not consistent

UE - Graphics Features - Jun 26, 2024

https://udn.unrealengine.com/s/question/0D5QP000006g7Px0AI/auto-exposure-various Caused by inconsistent usage of ClampMin/ClampMax/UIMin/UIMax in Scene.h Ranges should also be modified based on ...