Groom renders black through Single Water Layer materials

UE - Graphics Features - Jan 9, 2023

Regression: Tested in UE5/Release-5.0, this issue occurs so this is not a regression ...

Two planar reflection and translucent materials draw reflections on one side only

UE - Graphics Features - Jan 6, 2023

This problem seems to be fine when the material is Opaque.[Image Removed] ...

console command "viewmode lodcoloration" doesn't work in standalone game

UE - Graphics Features - Jan 4, 2023

refer to attached video ...

Custom Primitive Data changes done in the details panel on a placed BP Static Mesh resets to 0 after modifiying it

UE - Graphics Features - Dec 16, 2022

Custom Primitive Data values don't stick when editing them in the detail panel on a placed BP actor containing a Static Mesh Component.  Duplicate of [Link Removed] ...

STAT_VolumetricLightmapBuildData is not counted correctly

UE - Graphics Features - Dec 9, 2022

STAT_VolumetricLightmapBuildData isn't counted correctly. It seems that the root cause is Volume.IndirectionTexture.DataSize is set to 0 before STAT_VolumetricLightmapBuildData is decreased.// Prec ...

Repeated GPU Timeout after drawing to render target

UE - Graphics Features - Dec 7, 2022

(Enduring Games) Included Insights trace to show the memory spike in LLM followed by some pretty large time cost frames in the timeline. (Link to insights trace in comments section) ...

Game View renders Lights with Actor Hidden In Game enabled

UE - Graphics Features - Dec 6, 2022

This is not a regression. Tested in both 4.27.2 and //UE5/Release-5.0 CL20979098 Game View renders Lights with Actor Hidden In Game enabled. Documentation states: "...the Viewport to display the sc ...

SingleLayerWater does not support shadows on local lights

UE - Graphics Features - Dec 2, 2022

Local (point/spot) lights currently do not have shadows on SingleLayerWater materials. SLW uses forward-like clustered shading and loops over all local lights directly in the pixel shader. In order ...