ME and some friends are looking into using unreal engine 4 as our engine of choice for building a game and my question is is there away to either save files they make and import them over the internet or a flash drive to make changes to have a final game or away we can all make changes and have a program take them and save them to one local version. So for example if im coding and there say building an environments and making lighting once we are all do for the day can we save it and have it all go together ? I just need to know how to work as a team to get it all into one game. ( thank you)
Take a look at source control -> https://docs.unrealengine/latest/INT/Engine/Basics/SourceControl/InEditor/index.html
Thank you.