Skip to content

Instantly share code, notes, and snippets.

@opariffazman
Created April 23, 2024 20:29
Show Gist options
  • Save opariffazman/0b33e91666b57809d1e5e05c95e0935b to your computer and use it in GitHub Desktop.
Save opariffazman/0b33e91666b57809d1e5e05c95e0935b to your computer and use it in GitHub Desktop.
build-ue
C:\UnrealEngine\Engine\Build\BatchFiles\RunUAT.bat BuildGraph `
-target="Make Installed Build Win64" `
-Script="Engine/Build/InstalledEngineBuild.xml" `
-set:HostPlatformOnly=true `
-set:WithDDC=true `
-set:WithClient=false `
-set:WithServer=false `
-set:WithLinuxArm64=false `
-set:WithMac=false `
-set:WithAndroid=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment