How do you set the material for an instanced static mesh with blueprint?

I believe the only thing that can change between instances is transform since they are part of the same component. When you add an instance to an ISMC you’re expanding the original ISMC. When you add a new StaticMeshComponent, it’s a whole new component.