Custom Engine Source Build Automation Failure

Hey Guys,

So I am trying to get a custom build of the engine packaged for distribution within my team. I have;

  1. fetched the code from GitHub
  2. run Setup.Bat
  3. Generated the project files
  4. built the UE4 solution in “Development” configuration
  5. placed an InstalledBuild.txt file in Engine/Build folder
  6. and when I try to run RunUAT.bat with these parameters “BuildGraph -target=“Make Installed Build Win64” -script=Engine/Build/InstalledEngineBuild.xml -set:HostPlatformOnly=true”, I get this error below attached as a picture.

and if I use RunUAT.bat with these parameters"BuildGraph -target=“Make Installed Build Win64” -script=Engine/Build/InstalledEngineBuild.xml", I get this error below attached.

Any ideas on what I am doing wrong?

Thanks guys,
Kishore

Solved the problem. Just had to make sure the BaseEngine.ini had the section called InstalledPlatforms with all the built configurations.

Solved the problem. Just had to make sure the BaseEngine.ini had the section called InstalledPlatforms with all the built configurations