Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h |
| Include | #include "GenericPlatform/GenericPlatformCrashContext.h" |
Syntax
enum ECrashDescVersions
{
VER_1_NewCrashFormat,
VER_2_AddedNewProperties,
VER_3_CrashContext = 3,
}
Values
| Name | Description |
|---|---|
| VER_1_NewCrashFormat | Introduces a new crash description format. |
| VER_2_AddedNewProperties | Added misc properties (CPU,GPU,OS,etc), memory related stats and platform specific properties as generic payload. |
| VER_3_CrashContext | Using crash context when available. |
Remarks
Enumerates crash description versions.