Instanced Static Mesh not selectable in outliner

It is better to add instances by cpp, when you add new UInstancedStaticMeshComponent you need to set it’s property to be able to select individual instances.
InstancedComponent->bHasPerInstanceHitProxies = true;

2 Likes