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 EBreadcrumbState
{
NotStarted = 0,
Active = 1,
Finished = 2,
Overflow = 3,
Invalid = 4,
}
Values
| Name | Description |
|---|---|
| NotStarted | |
| Active | |
| Finished | |
| Overflow | |
| Invalid |
Remarks
GPU breadcrumbs.