Skip to content

Instantly share code, notes, and snippets.

@dorgonman
Created July 8, 2020 13:57
Show Gist options
  • Save dorgonman/6841a8c6d909f31142288a6ceb65c39e to your computer and use it in GitHub Desktop.
Save dorgonman/6841a8c6d909f31142288a6ceb65c39e to your computer and use it in GitHub Desktop.
Run PGI Build with GauntletScript
${UE4_ENGINE_ROOT}/Engine/Build/BatchFiles/RunUAT.bat
RunUnreal -ScriptsForProject="/Path/To/YourProjec/YourProject.uproject"
-nop4 -nocompile -ScriptsForProject="/Path/To/YourProjec/YourProject.uproject"
-platform="Switch" -configuration="Development"
-test="YourProjectPGONode" -build="local"
-ProfileOutputDirectory="/Path/To/YourProject/Saved/PGO/Profile/Switch/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment