PSUnreal Command Line Options
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