Starting with Unreal Engine 5.7, specular reflections on clearcoat Materials are less pronounced. Unreal Engine 5.5 tests performed on //UE5/Release-5.5/, CL: 41545209 ...
On an NVIDIA GPU, Instanced Static Meshes can flicker when a Groom card or mesh LOD is visible. This appears related to an issue rendering the ISM into the Scene Depth. At the end of the Prepass, t ...
At specific distances from a thin wall, surfaces inside of a sealed chamber can receive indirect lighting from outside, leaking light into the chamber. This appears to be due to how SWRT handles sa ...
When a Geometry Collection is in a Blueprint, attached to other components, it can render incorrect motion vectors at some angles. In the test project, any angle that is not a multiple of 45 will re ...
When a Post-Process Material uses the Scene Texture Material Expression, the following code is generated: ``` MaterialFloat2 Local0 = Parameters.TexCoords[0].xy; MaterialFloat2 Local1 = ClampSceneT ...
When using instance custom data values, removing an instance and changing the number of custom data floats in sequence can cause an array-out-of-bounds crash. The underlying arrays are not resized ...
When r.SSR.Stencil is enabled, the areas with high roughnesss are not discarded and Unlit materials are incorrectly handled. See the linked EPS case (Additional Info URL) for a full explanation of ...
In 5.3, the specified code will return all 0 or very small as expected. However in 5.4.4 and onwards (also checked in 5.6.1 & 5.7.1), it returns very large numbers. ...
Received a report of persistent stutters in the editor when trying to navigate in the viewport, including asset editor viewports like the Skeletal mesh editor and control rig editor. Hardware used ...
Instanced static mesh component does not add instances transforms to PerInstancePrevTransform array when using UInstancedStaticMeshComponent::AddInstances. Additionally Updating the transforms of th ...