ECrashDescVersions

Enumerates crash description versions.

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss