1. Create InstalledBuild with the following command.
SET BATCHPATH=Engine\Build\BatchFiles\RunUAT.bat
SET IEBPATH=Engine\Build\InstalledEngineBuild.xml
SET OPTION=-clean -set:BuiltDirectory="C:\TEMP"
%BATCHPATH% BuildGraph -target="Make Installed Build Win64" ^
-script=%IEBPATH% ^
-set:WithWin64=true ^
-set:WithMac=false ^
-set:WithAndroid=false ^
-set:WithIOS=false ^
-set:WithTVOS=false ^
-set:WithLinux=false ^
-set:WithLinuxArm64=false ^
-set:WithStadia=false ^
-set:WithHoloLens=false ^
-set:WithPS4=false ^
-set:WithGDK=false ^
-set:WithXboxOneGDK=false ^
-set:WithXSX=false ^
-set:WithXB1=false ^
-set:WithSwitch=false ^
-set:WithPS5=true ^
-set:WithDDC=false ^
-set:WithFullDebugInfo=true ^
%OPTION%
2. Create a Thirdperson cpp project from the created engine.
3. Package the project.