Static Mesh Tris doubled in 4.15

In 4.15, I created a new map with a directional light and a cube mesh( 48 triangles). Nothing else.

Then I use “stat engine” console command. “Static Mesh Tris” is 96.

I did the same in 4.13, The “Static Mesh Tris” is 48.

137585-p413.png

Did that means that 4.15 draw the mesh twice? How can I fix this?

The number of triangles drawn you see includes additional draws of the mesh, like dynamic shadows and probably occlusion queries too. It does not mean that mesh is drawn twice in 4.15 so essentially there might be nothing to fix.

Thank you for the answer.

Actually,I’m trying to update my 4.13 project to 4.15. In 4.15, the frame rate is lower than 4.13. And GPU Visualizer shows that BasePass takes more times. So I did this test to find the reason.

The scene is the same and the light has been built. What can I do to optimize it?