Spline mesh component, draw calls and instancing

The difference in calls tells you that you’re drawing a small ( ish ) number of very high poly meshes.

In the second table ‘instance’ doesn’t mean ‘static mesh instances’, it means ‘instances of this actor in the world’.

It’s looking like your main methods of reducing complexity are making the track model more low poly, and using LODs.