What does -game and -rocket flag means in UnrealBuildTool and where can I find the help document?

I am trying to use UnrealBuildTool.exe to build visual studio solution file, this code works but I cannot find any document talking about what does these flags mean and what’s the other options.

And nothing happen for either “UnrealBuildTool.exe -help” or “UnrealBuildTool.exe -h”

code:

UnrealBuildTool.exe -projectfiles -project=“C:/projectname/projectname.uproject” -game -rocket -progress

Here you can find -game explanation
https://docs.unrealengine.com/latest/INT/Programming/UnrealBuildSystem/ProjectFileGenerator/index.html
Here about the -rocket flag

:slight_smile:

Thanks for the reply. I found another thread talking about -rocket flag: