PSUnreal Command Line Options: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with "Command line options can be found here: https://docs.unrealengine.com/4.26/en-US/ProductionPipelines/CommandLineArguments/ Most common one include: * WINDOWED : forces windo..."
 
(No difference)

Latest revision as of 18:40, 28 October 2021

Command line options can be found here: https://docs.unrealengine.com/4.26/en-US/ProductionPipelines/CommandLineArguments/

Most common one include:

  • WINDOWED : forces windowed mode
  • FULLSCREEN : forces fullscreen
  • ResX, ResY: sets resolution

Example:

PSUnrealClient.exe -windowed -resx=1280 -resy=720 -game