C++ And Artists

Hello,

We are using C++ in our game and would like to know what to do in order to give access to our C++ classes to the artists, giving them access to visual studio is a waste of resources.

I am assuming we will need to deploy some binaries to their computers but which one ?

Thanks,
Max

If you don’t modify the Engine code, you can just push everything from *YourProjectName\Binaries\Win64* using your versionning software.

Ensure everyone in the team is running the same UE4 version or they’ll be prompted to rebuild these dll and won’t be able to run the project.