Instanced Rendering

I don’t believe that’s actually correct. Isn’t performance kind of the whole point of instancing? I couldn’t find any docs on instanced static meshes, but there’s a comment in InstancedStaticMeshComponent.h that says:

/** A component that efficiently renders multiple instances of the same StaticMesh. */

“Efficiently” pretty clearly implies a performance improvement, not just memory savings.