This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# List the existing targets in the installed engine build | |
./Engine/Build/BatchFiles/RunUAT.command BuildGraph -Script=Engine/Build/InstalledEngineBuild.xml -ListOnly | |
# Build Editor | |
./Engine/Build/BatchFiles/RunUAT.command BuildGraph -Script=Engine/Build/InstalledEngineBuild.xml -Target="Editor Mac" | |
# Build the editor but remove the Android and other options | |
./Engine/Build/BatchFiles/RunUAT.command BuildGraph \ | |
-Script=Engine/Build/InstalledEngineBuild.xml \ | |
-Target="Make Installed Build Mac" \ | |
-set:WithMac=true \ |