I’m testing PS5 on DevKit using the project launcher. Is there a command to install a project into a devkit?
Running From UAT on a Command Line
You can run your game using the BuildCookRun
command by adding the -run
option when
you build it.
Engine\Build\BatchFiles\RunUAT.bat BuildCookRun -project=EngineTest-platform=PS5 -build -cook -stage -deploy -run
If you have already built your game, adding the options -skipbuild
, -skipcook
, and
-skipstage
will skip the previous steps.
Engine\Build\BatchFiles\RunUAT.bat BuildCookRun -project=EngineTest-platform=PS5 -build -cook -stage -deploy -run -skipbuild -skipcook-skipstage