PSUnreal Command Line Options

From PSwiki
Revision as of 18:40, 28 October 2021 by Talad (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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