Why is FStaticMeshSceneProxy not exported?

While trying to do something similar to what USplineMeshComponent does, I noticed that FStaticMeshSceneProxy and other scene proxies in StaticMeshResources.h either export only a few functions, or nothing at all.

This makes it rather difficult to extend rendering stuff from outside the Engine module.

Can we get these things exported? :slight_smile: