UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GenericPlatformCrashContext.cpp File Reference

Classes

class  FXmlEscapedString< BufferSize >
 

Namespaces

namespace  NCached
 

Macros

#define NOINITCRASHREPORTER   0
 
#define CRASH_REPORTER_WITH_ANALYTICS   0
 
#define UE_CRASH_REPORTER_WITH_LOADED_PLUGINS   1
 

Functions

 DEFINE_LOG_CATEGORY_STATIC (LogCrashContext, Display, All)
 
const TCHARAttendedStatusToString (const EUnattendedStatus Status)
 
template<size_t CharCount, typename CharType >
void NCached::Set (CharType(&Dest)[CharCount], const CharType *pSrc)
 

Variables

CORE_API bool GIsGPUCrashed
 
const TCHARCR_PAIR_DELIM = TEXT("\x01")
 
const TCHARCR_PAIR_EQ = TEXT("\x02")
 

Macro Definition Documentation

◆ CRASH_REPORTER_WITH_ANALYTICS

#define CRASH_REPORTER_WITH_ANALYTICS   0

◆ NOINITCRASHREPORTER

#define NOINITCRASHREPORTER   0

◆ UE_CRASH_REPORTER_WITH_LOADED_PLUGINS

#define UE_CRASH_REPORTER_WITH_LOADED_PLUGINS   1

Function Documentation

◆ AttendedStatusToString()

const TCHAR * AttendedStatusToString ( const EUnattendedStatus  Status)

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogCrashContext  ,
Display  ,
All   
)

Variable Documentation

◆ CR_PAIR_DELIM

const TCHAR* CR_PAIR_DELIM = TEXT("\x01")

◆ CR_PAIR_EQ

const TCHAR* CR_PAIR_EQ = TEXT("\x02")

◆ GIsGPUCrashed

CORE_API bool GIsGPUCrashed
extern