Unity has an asset exporter that export it into a .unitypackage format. This ensure that the prefab has all the links to its child assets.
In Unreal 4, its migrate tool allow for moving of assets. However, it require that both project be on the same machine to migrate from one content folder to another content folder.
How can I export unreal assets for easy sharing in a similar way to unity?