CrashConfigPurgeDays
CrashConfigPurgeDays
#Overview
name: CrashConfigPurgeDays
The value of this variable can be defined or overridden in .ini config files. 1
.ini config file referencing this setting variable.
It is referenced in 2
C++ source files.
#Summary
#Setting Variables
#References In INI files
Location: <Workspace>/Engine/Config/BaseEngine.ini:3369, section: [CrashReportClient]
- INI Section:
CrashReportClient
- Raw value:
2
- Is Array:
False
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformCrashContext.cpp:260
Scope: file
Source code excerpt:
const TCHAR* const FGenericCrashContext::CrashConfigExtension = TEXT(".ini");
const TCHAR* const FGenericCrashContext::ConfigSectionName = TEXT("CrashReportClient");
const TCHAR* const FGenericCrashContext::CrashConfigPurgeDays = TEXT("CrashConfigPurgeDays");
const TCHAR* const FGenericCrashContext::CrashGUIDRootPrefix = TEXT("UECC-");
const TCHAR* const FGenericCrashContext::CrashContextExtension = TEXT(".runtime-xml");
const TCHAR* const FGenericCrashContext::RuntimePropertiesTag = TEXT( "RuntimeProperties" );
const TCHAR* const FGenericCrashContext::PlatformPropertiesTag = TEXT( "PlatformProperties" );
const TCHAR* const FGenericCrashContext::EngineDataTag = TEXT( "EngineData" );
#Loc: <Workspace>/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h:334
Scope: file
Source code excerpt:
CORE_API static const TCHAR* const CrashConfigExtension;
CORE_API static const TCHAR* const ConfigSectionName;
CORE_API static const TCHAR* const CrashConfigPurgeDays;
CORE_API static const TCHAR* const CrashGUIDRootPrefix;
CORE_API static const TCHAR* const CrashContextExtension;
CORE_API static const TCHAR* const RuntimePropertiesTag;
CORE_API static const TCHAR* const PlatformPropertiesTag;
CORE_API static const TCHAR* const EngineDataTag;