[UE4]Editor Command Notes
keywords:UE4、Launch Game、Windowed
Run Game In Windowed Mode
Example 1st:
MyProject.exe -WINDOWED
If running game in windows package, you can change to Windowed Mode from Fullscreen Mode by press F11
.
Example 2nd(-WinX -WinY):
"C:\Program Files\Epic Games\4.9\Engine\Binaries\Win64\UE4Editor.exe" "%CD%\YourProject.uproject" 192.168.0.3 -game -ResX=800 -ResY=900 -WinX=0 -WinY=20 -log -nosteam
"C:\Program Files\Epic Games\4.9\Engine\Binaries\Win64\UE4Editor.exe" "%CD%\YourProject.uproject" 192.168.0.3 -game -ResX=800 -ResY=900 -WinX=800 -WinY=20 -log -nosteam
Reference:
Command-Line Arguments
https://docs.unrealengine.com/latest/INT/Programming/Basics/CommandLineArguments/index.html
我住长江头,君住长江尾;日日思君不见君,共饮长江水。—李之仪《卜算子》