Navigation
API > API/Runtime > API/Runtime/CrashReportCore
Simple crash property. Only for string values.
| Name | FCrashProperty |
| Type | struct |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/CrashDescription.h |
| Include Path | #include "CrashDescription.h" |
Syntax
struct FCrashProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCrashProperty
(
const FString& InMainCategory, |
Initialization constructor. | CrashDescription.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AsBool() |
Getter for bool. | CrashDescription.h | |
int64 AsInt64() |
Getter for int64. | CrashDescription.h | |
const FString & AsString() |
Getter for string, default. | CrashDescription.h |
Protected
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCrashProperty & operator=
(
const FString& NewValue |
Assignment operator for string. | CrashDescription.h | |
FCrashProperty & operator=
(
const TCHAR* NewValue |
Assignment operator for TCHAR*. | CrashDescription.h | |
FCrashProperty & operator=
(
const TArray< FString >& NewValue |
Assignment operator for arrays. | CrashDescription.h | |
FCrashProperty & operator=
(
const bool NewValue |
Assignment operator for bool. | CrashDescription.h | |
FCrashProperty & operator=
(
const int64 NewValue |
Assignment operator for int64. | CrashDescription.h |