I think we have a similiar problem but with Shipping and logging.
in 4.15 it worked to have it like this in our target file:
public override void SetupGlobalEnvironment(
TargetInfo Target,
ref LinkEnvironmentConfiguration OutLinkEnvironmentConfiguration,
ref CPPEnvironmentConfiguration OutCPPEnvironmentConfiguration
)
{
OutCPPEnvironmentConfiguration.Definitions.Add("USE_LOGGING_IN_SHIPPING=1");
UEBuildConfiguration.bUseLoggingInShipping = true;
}
But now it doesn’t work anymore, some1 got a clue?