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 ECrashTrigger
{
Debug = -1,
Normal = 0,
}
Values
| Name | Description |
|---|---|
| Debug | |
| Normal |
Remarks
In development mode we can cause crashes in order to test reporting systems.