Navigation
API > API/Runtime > API/Runtime/CrashReportCore
Inheritance Hierarchy
- FPrimaryCrashProperties
- FCrashContext
References
| Module | CrashReportCore |
| Header | /Engine/Source/Runtime/CrashReportCore/Public/CrashDescription.h |
| Include | #include "CrashDescription.h" |
Syntax
struct FCrashContext : public FPrimaryCrashProperties
Remarks
Describes a unified crash, should be used by all platforms. Based on FGenericCrashContext, reads all saved properties, accessed by looking into read XML. Still lacks some of the properties, they will be added later. Must contain the same properties as ...\CrashReportServer\CrashReportCommon\CrashDescription.cs. Contains all usable information about the crash.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCrashContext
(
const FString& CrashContextFilepath |
Initializes instance based on specified Crash Context filepath. | ||
FCrashContext
(
const FString& CrashContextFilepath, |
Initializes an instance based on a in memory buffer. |