How to save umap in c++?

My question is similar to this.

I generate world/level based on parsed json file.Then I would like to save it as umap, in order to open it in Unreal Editor and edit manually.

Is this possible?