Navigation
API > API/Runtime > API/Runtime/Core
GPU breadcrumbs.
| Name | FGPUBreadcrumbCrashData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h |
| Include Path | #include "GenericPlatform/GenericPlatformCrashContext.h" |
Syntax
struct FGPUBreadcrumbCrashData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGPUBreadcrumbCrashData
(
TCHAR const* InSourceName, |
GenericPlatform/GenericPlatformCrashContext.h |
Classes
| Name | Remarks |
|---|---|
| FSerializer |
Structs
| Name | Remarks |
|---|---|
| FQueueData |
Enums
Public
| Name | Remarks |
|---|---|
| EState |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CurrentVersion | TCHAR const | This must be changed whenever the format of the breadcrumb string changes, in order to help parsers in dealing with strings from multiple versions. | GenericPlatform/GenericPlatformCrashContext.h |
| StateChars | TCHAR static const constexpr | These are serialized. Do not change this array without bumping the CurrentVersion. | GenericPlatform/GenericPlatformCrashContext.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Queues | TMap< FString, FQueueData > | GenericPlatform/GenericPlatformCrashContext.h | ||
| SourceName | FString | GenericPlatform/GenericPlatformCrashContext.h | ||
| Version | FString | GenericPlatform/GenericPlatformCrashContext.h |