I’m not quite sure what you’re trying to do but… UE4 doesn’t support importing static meshes at runtime (they’re basically un-editable at runtime), which is also why the RMC can’t convert to a static mesh at runtime since it uses the import pipeline. You can load/save meshes out to things like fbx/obj with something like Assimp but there’s not a built in way to do this yet.