How to convert blueprin generated spline mesh into static mesh?

I have a blueprint that populates a mesh along the spline, I would like to save the result into separate static mesh. I tryed using Actor convert “BP_actor” to static mesh, but it results in just a copy of initial mesh not spline mesh that was drawn.

Is there a way to convert this bluepring spline meshes into a single static mesh?