How to Enable Logs in Shipping Builds and Use Game Logs System (GLS) for Easy Log Visualization
Description:
Logging in Shipping builds of Unreal Engine can be a real challenge, as standard methods like GEngine->AddOnScreenDebugMessage
are disabled in this configuration. In this video, we’ll show you how to tackle this issue:
- How to enable logging in Shipping builds.
- How to set up seamless log visualization using the Game Logs System (GLS).
- A demonstration of GLS features for displaying logs directly in-game, including filters, search, and customization.
Game Log System allows you to display logs on any platform (including mobile devices and consoles) without requiring Debug or Development builds. Learn how GLS can streamline debugging in your final game builds.