Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGPUBreadcrumbCrashData
| Name | FSerializer |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h |
| Include Path | #include "GenericPlatform/GenericPlatformCrashContext.h" |
Syntax
class FSerializer
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActiveHash | FSHA1 | GenericPlatform/GenericPlatformCrashContext.h | ||
| ChildStack | TArray< bool > | GenericPlatform/GenericPlatformCrashContext.h | ||
| FullHash | FSHA1 | GenericPlatform/GenericPlatformCrashContext.h | ||
| String | FString | GenericPlatform/GenericPlatformCrashContext.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| GenericPlatform/GenericPlatformCrashContext.h | |||
void EndNode() |
GenericPlatform/GenericPlatformCrashContext.h | ||
FQueueData GetResult() |
GenericPlatform/GenericPlatformCrashContext.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Sanitize the event name string to remove characters that are used as delimiters for parsing. | GenericPlatform/GenericPlatformCrashContext.h | ||
| Event names include parameters, mostly numeric (e.g. "Frame 1234"), that should be ignored when computing the hash. | GenericPlatform/GenericPlatformCrashContext.h |