Can I get output log in game built in development mode?

Right click on the .exe, create a shortcut, open it’s properties and write -log at the end of the “Target:” field. This is a command line argument that tells the engine to open an additional log window. I usually use these arguments when testing multiplayer projects:



-log -windowed -ResX=1280 -ResY=720


5 Likes