So me and my friends are trying to create an unreal engine game. So we got divided into teams. But in the programming team, there is only one person who can run the unreal engine on their PC (There are a total of 3 people). Is it possible for other people to write code for the game, like the game logic and all? If possible, what kind of things they should handle? And how to integrate their code into the project files? Also how to do it anyway😅?
Everyone that is writing code or modifying assets (this includes creating blueprints) needs to be able to run the Editor/Engine on their PC. This means programmers, artists and designers. If you want to work in a team, that means source control that everyone can contribute to. If your project includes code, you’ll either need a way to safely distribute binary files to non-programmers or make sure that the other team members can compile after syncing from source control.
It is possible for artists to contribute content to other people without being able to run the engine, but programmers and designers can’t work that way and contribute successfully.