Skip to content

Instantly share code, notes, and snippets.

View cartzhang's full-sized avatar
💭
I may be slow to respond.

cartzhang cartzhang

💭
I may be slow to respond.
View GitHub Profile
@cartzhang
cartzhang / UE4-build.bat
Created August 2, 2019 03:26 — forked from drewsberry/UE4-build.bat
UE4 Windows command line building
:: Build client
RunUAT BuildCookRun -project="full_path.uproject"^
-noP4 -platform=Win64^
-clientconfig=Development -serverconfig=Development^
-cook -allmaps -build -stage^
-pak -archive -archivedirectory="Output Directory"
:: Cook client
RunUAT BuildCookRun -project="full_project_path_and_project_name".uproject^
-noP4 -platform=Win64^