How do I view logs in standalone mode?

How do I view logs in standalone mode? the log window can not see the game log

As far as i know, u have to check the files on /Saved/Logs, but there’s no way to kknow which file is referring your game

Not in Standalone though. You can do it in the editor preferences too. Under Level Editor → Play → Play in Standalone Game. It will open a separate log window while the game is running.

4 Likes

You can launch the game with console window that will print the logs by either executing it with command line and adding

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

Or you can create a shortcut to the exe and add that same text at the end of the shortcut Properties > Target field.