Volumetric clouds jitter when in front of geometry

UE - Graphics Features - Nov 30, 2023

Potentially related to [Link Removed], but distinct. ...

Some post-processing passes sample outside of the viewport when using scene capture components

UE - Graphics Features - Nov 29, 2023

It looks like the SSAO shader does not clamp its sample space to the half view size for the two inputs "Ambient Occlusion" and "AmbientOcclusionSetup", leading to invalid data entering the edge of f ...

Nanite shadow issue in commandline rendering

UE - Graphics Features - Nov 28, 2023

SplineMeshActors all share the first spline placed rather than their own spline when using the mobile renderer.

UE - Graphics Features - Nov 17, 2023

SplineMeshActors all share the first spline placed rather than their own spline when using the mobile renderer. This was first reported in this UDN: https://udn.unrealengine.com/s/question/0D54z0000 ...

Incorrect Subsurface Profile Transmission rendering in Preview window

UE - Graphics Features - Nov 14, 2023

Subsurface material rendered in preview window has too intense subsurface scattering or strange artifact. However, it shows no error in Play in Editor. After disabling the contact shadow in PIE, abl ...

SkeletalMeshComponent in dedicated server causes memory leak

UE - Graphics Features - Nov 8, 2023

As dedicated server does not have viewport, USkinnedMeshComponent::BoneTransformUpdateMethodQueue array keeps growing and never clear. ...