Description

When nanite is enabled on a static mesh, lighting contributions from Sky Atmosphere material nodes are not incident on the static mesh and no longer present in the overall lighting of the scene.

This can be observed best in the Lumen Scene or Surface Cache view modes. It is unclear whether it is just the view mode or the overall Lumen lighting implementation that is affected.

Steps to Reproduce

Create a new empty level.
Add a Directional Light.
Add a Sky Atmosphere.
Add a cube set transform to Location [0,0,0], Rotation[0,0,0], Scale[10,10,1.0].
Add a cube set transform to Location [-450,0,450], Rotation[0,-90,0], Scale[10,10,1.0].
Add a cube set transform to Location [0,450,450], Rotation[90,-90,180], Scale[10,10,1.0].
Add a cube set transform to Location [0,-450,450], Rotation[90,-90,180], Scale[10,10,1.0].
Add a cube set transform to Location [0,0,900], Rotation[0,0,0], Scale[10,10,1.0].
Add a cube set transform to Location [450,0,450], Rotation[0,-90,0], Scale[10,10,1.0].

In the Content Browser select the Engine folder.
Search the Engine folder for “Plane”.
Select the Static Mesh named Plane , located at Engine/BasicShapes.
Duplicate the Plane and name it "PlaneNanite".
Duplicate the Plane again and name it "PlaneNonNanite".
Select the "PlaneNanite" and "PlaneNonNanite" static meshes and drag them into the Content folder.
Select "Move Here" to move the "PlaneNanite" and "PlaneNonNanite" static meshes out of the Engine folder into the project Content folder.

Select the Content folder.
Select the "PlaneNonNanite" static mesh.
Drag the "PlaneNonNanite" static mesh onto the Map.
Set the "PlaneNonNanite" transform to Location [-330,130,150], Rotation[0,-90,0], Scale[1.0,1.0,1.0].

Select the Content folder.
Select the "PlaneNanite" static mesh.
Drag the "PlaneNanite" static mesh onto the Map.
Set the "PlaneNanite" transform to Location [-330,130,150], Rotation[0,-90,0], Scale[1.0,1.0,1.0].

Set the viewport view mode from ‘Lit’ to ‘Lumen->Surface Cache’.

Create a new Material.
Open the new Material.
Select the Material "Result" node.
In the details panel search for nanite.
Enable the "Used with Nanite" checkbox.
Right click in an empty space of the Material Graph.
Add a "SkyAtmosphereDistantLightScatteredLuminance" node.
Add a "SkyAtmosphereViewLuminance" node.
Join the outputs of the two nodes using an "Add" node.
Drag the output pin from the "Add" node into the "Emissive Color" input of the material ‘Result” node .
Apply the Material to the "PlaneNanite" and "PlaneNonNanite" static meshes.
Observe the Surface Cache view update.

Select the "PlaneNonNanite" static mesh in the Content Browser.
Double click to open the "Static Mesh" editor window.
Check the ‘Enable Nanite Support” checkbox.
Press the ‘Apply Changes’ button.
Observe the previous lighting contributions from the "PlaneNonNanite" static mesh removed from the Surface Cache view.

Expected behavior; the Surface Cache view would remain unchanged

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-264889 in the post.

0
Login to Vote

Unresolved
ComponentUE - Graphics Features
Affects Versions5.5.45.6
CreatedApr 1, 2025
UpdatedApr 2, 2025
View Jira Issue