How do I (re)spawn an instance's static mesh component.

So, I’ve determined this method to be impossible.

My alternative method is to simply take the components and push them somewhere else.

And then, when “spawning”, move the specific mesh back to its original position.

Clearly as nature intended.