Navigation
API > API/Runtime > API/Runtime/CrashReportCore > API/Runtime/CrashReportCore/FCrashWERContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCrashWERContext
(
const FCrashWERContext& |
CrashDescription.h | ||
FCrashWERContext
(
const FString& WERXMLFilepath, |
Initializes instance based on specified WER XML filepath. | CrashDescription.h |
FCrashWERContext(const FCrashWERContext &)
| Name | FCrashWERContext |
| Type | function |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/CrashDescription.h |
| Include Path | #include "CrashDescription.h" |
FCrashWERContext
(
const FCrashWERContext &
)
FCrashWERContext(const FString &, bool)
Description
Initializes instance based on specified WER XML filepath.
| Name | FCrashWERContext |
| Type | function |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/CrashDescription.h |
| Include Path | #include "CrashDescription.h" |
| Source | /Engine/Source/Runtime/CrashReportCore/Private/CrashDescription.cpp |
FCrashWERContext
(
const FString & WERXMLFilepath,
bool bIsReadOnly
)