/// <summary> /// Whether PCH files should be used. /// </summary> [CommandLine("-NoPCH", Value = "false")] [XmlConfigFile(Category = "BuildConfiguration")] publicbool bUsePCHFiles = true;
/// <summary> /// Enables "Shared PCHs", a feature which significantly speeds up compile times by attempting to /// share certain PCH files between modules that UBT detects is including those PCH's header files. /// </summary> [CommandLine("-NoSharedPCH", Value = "false")] [XmlConfigFile(Category = "BuildConfiguration")] publicbool bUseSharedPCHs = true;