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
struct FGPUBreadcrumbCrashData
Remarks
GPU breadcrumbs.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FString, FQueueData > | Queues | ||
| FString | SourceName | ||
| FString | Version |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGPUBreadcrumbCrashData
(
TCHAR const* InSourceName, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FQueueData | |||
| FSerializer |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EState |
Constants
| Name | Description |
|---|---|
| CurrentVersion | This must be changed whenever the format of the breadcrumb string changes, in order to help parsers in dealing with strings from multiple versions. |
| StateChars | These are serialized. Do not change this array without bumping the CurrentVersion. |