Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 283 Bytes

debugging-shipping-configuration.md

File metadata and controls

16 lines (10 loc) · 283 Bytes
sortIndex sidebar
8
ue4guide

Turn on these settings:

public bool bUseLoggingInShipping = true ;

public bool bUseChecksInShipping = true ;

Engine \ Source \ Runtime \ Core \ Public \ Misc \ Build.h

#define ALLOW_CONSOLE_IN_SHIPPING 1

#define FORCE_USE_STATS 1