Where are the logs for "Play in Standalone mode" located?

I’m having trouble finding the output logs for standalone mode, does anyone know where they’re located?

Additional background: my game doesn’t work in standalone mode as the player pawn is invisible/stuck. I realize I can probably cook the whole game in debug mode and add breakpoints to debug but unfortunately some larger issues are preventing the game from being cooked as well. So I figured the logs would be the quickest way to make sense of the situation while I’m resolving other issues with cooking.

2 Likes

I think you have to designate a log file on launch.

Game.exe LOG=MyLog.txt

All the logs should be located in Game/Saved/Logs directory.

Thanks all, this proved quite useful. My blueprints have been crashing a lot lately and looking here is my first port of call now.

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.

18 Likes