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,
TCHAR const* InVersion
)
|
|
GenericPlatform/GenericPlatformCrashContext.h |
|
Classes
Structs
Enums
Public
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
Functions
Public