I am trying to make an InstalledBuild using the directions here -
- https://docs.unrealengine.com/latest/INT/Programming/Development/InstalledBuildReference/index.html
- http://jackknobel.com/BuildGraph/Building-an-installed-ue4/
Even after I follow all the instructions, and the script runs, a LocalBuilds folder is not created. Then, I tried to create a new directory for the InstalledBuild but the folder is empty.
These are the steps I followed -
- ‘win + r’ → launches cmd Run.
- “F:\UnrealEngine-release\Engine\Build\BatchFiles\RunUAT.bat” BuildGraph
-script=“F:\UnrealEngine-release\Engine\Build\InstalledEngineBuild.xml”
-target=“Make Installed Build Win64” -clean -set:BuiltDirectory=“F:/InstalledBuilds/” - It runs for 40 mins or so and then closes on its own without any errors (I assume).
Could someone tell me what I’m missing? Thanks in advance.