How to achieve multi - machine editing the same project at the same time .
If the editor does not have to copy the project to share, UE4 can automatically synchronize the project to the relevant personnel on the project file?
That is not possible right now, there is a plugin on the forums but I can’t remember the name.
Hello wen617284661,
The most common way to have multiple people collaborating on a project is to use source control. Source control comes in multiple forms from multiple providers but the three that we support are Perforce, Github, and SVN (Subversion). I would suggest looking into using source control for your project. While this doesn’t allow for simultaneous edits and immediate updates, it does allow for backups for everything in your project and the option of checking out / checking in a particular asset to ensure that only one person is editing it at a time.
You can find more information here: