How to reuse Procedural Mesh to spawn multiple Actors of same mesh?

I think you’re looking for Instanced Static Mesh. Procedural Mesh should be used if you need access to the verts of your model. If you’re creating multiple of the same thing (and they’re static, not movable) you should use Instanced.