How to Convert Procedural mesh to static mesh from blueprint?

I created the multiple procedural mesh from the multiple fbx files. Now I need to convert these procedural meshes
to single static mesh. How do i do that ?

There is a node for copy procedural mesh from static mesh. But not the reverse one.

I read this Procedural mesh not saving all of its sections to static mesh - Programming & Scripting - Epic Developer Community Forums

he is doing with the help of c++. I need blueprint node for same.