Building editor with Teamcity
Hi. I'm looking to build Unreal Engine 4 from source with Teamcity. Normally in Visual Studio we build it with "Development editor" build configuration. Is it possible to build UE4 from source with Teamcity, and if possible, how to do that?
Please sign in to leave a comment.
Hey,
yes this is possible regardless of the actual CIS you are using. You can automate it via the UnrealAutomationTool (UAT) and BuildGraph, ie. running:
This would build it and submit it to P4 for later use of UnrealGameSync (UGS). You can adapt the BuildGraph file or call a different -Target if you just want to compile it (should be "Copy To Staging Directory").
Without BuildGraph it should be something like:
Cheers,
Flo