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 FGPUBreadcrumbsSharedContext
Remarks
Fixed size structure holding GPU breadcrumbs information, to be communicated to the crash reporting client.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | NumQueues | ||
| FQueueData[2] | Queues | ||
| TCHAR[64] | SourceName | ||
| TCHAR[64] | Version |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FQueueData |