It instances the meshes automatically, in that it only loads one in memory. What it doesn’t do is batch them which merges copies into a single object so that it uses less draw calls at the expense of memory. Some parts do it, like particles, but to do it with meshes you have to do it manually using Instanced Static Mesh Blueprints.