Navigation
API > API/Runtime > API/Runtime/Core
In development mode we can cause crashes in order to test reporting systems.
| Name | ECrashTrigger |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h |
| Include Path | #include "GenericPlatform/GenericPlatformCrashContext.h" |
Syntax
enum ECrashTrigger
{
Debug = -1,
Normal = 0,
}
Values
| Name | Remarks |
|---|---|
| Debug | |
| Normal |