I am the lead programmer for my team that is going to start working on a project. I am trying to streamline the source control process. I want a way to automatically build live versions of the source code to a binary format project for the designers so they do not have to rebuild the project or compile it from source every time they pull changes from the repo. The automation part i do not need help with as I understand this. I am just trying to figured out the proper way to generate a binary blueprint only version project from the c++ source project. This way designers who do not need the source code dont need to rebuild the project. I want it to work similar to how you create a blueprint only project from the launcher.
Any help or direction would be great.
So far i have been messing around with the command line to build the project in various target types and messing around but every time i build the project i get zero errors until i go to run the uproject file and it requires to build the project from source then just closes and does nothing.
Thanks