Navigation
API > API/Runtime > API/Runtime/Core
Enumerates crash description versions.
| Name | ECrashDescVersions |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h |
| Include Path | #include "GenericPlatform/GenericPlatformCrashContext.h" |
Syntax
enum ECrashDescVersions
{
VER_1_NewCrashFormat,
VER_2_AddedNewProperties,
VER_3_CrashContext = 3,
}
Values
| Name | Remarks |
|---|---|
| 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. |