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 ...
When a Niagara System is placed at around 10^8 units away from the origin, the movements of the mesh particles aren't smooth as expected, but jumpy. These particles behave as if they are using a flo ...
The call to UpdateInstanceTransform within UInstancedStaticMeshComponent::UpdateInstanceTransformById(..) sends bTeleport in place of bMarkRenderStateDirty that was added as part of Unreal Engine 5. ...
Light injection into the Translucent Light Grid voxels does not use the correct location for clipping or attenuation. Both of these points are outside the voxel that is being updated. Light attenua ...
When the CurveLinearColor asset assigned to a CurveLinearColorAtlas is edited (e.g. change the colors of the gradient), the preview window of CurveLinearColorAtlas editor does not automatically upda ...
Instanced Static Meshes will have incorrect velocity if a Material uses World Position Offset. Fixed WPO in a material causes significant velocity on the ISM. This was also replicated in //UE5/Rele ...
When rendering a Light Function into the Translucency Lighting Volume, the World Position Material Expression returns the position relative to the Camera (unrotated), not the World. This can be mor ...
Depth of Field, with "r.DOF.Recombine.Quality = 0" will adjust the size of the depth in focus based on screen percentage. This might be related to over-fitting from the tile classification, because ...
In 4.27, ray traced point lights can leak through thin meshes. This bug does not exist in Unreal Engine 5, due to many of the potential rendering areas being fundamentally changed. ...
The Nanite information and views from the Static Mesh Editor are not available to Nanite Skeletal Meshes in the Skeletal Mesh Editor. ...