Navigation
API > API/Runtime > API/Runtime/CrashReportCore > API/Runtime/CrashReportCore/FGenericErrorReport
Description
Load the WER XML file for this report
This is Windows specific and so shouldn't really be part of the public interface, but currently the server is Windows-specific in its checking of reports, so this is needed.
| Name | LoadWindowsReportXmlFile |
| Type | function |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/GenericErrorReport.h |
| Include Path | #include "GenericErrorReport.h" |
| Source | /Engine/Source/Runtime/CrashReportCore/Private/GenericErrorReport.cpp |
bool LoadWindowsReportXmlFile
(
FString & OutString
) const
Whether finding and loading the file succeeded
Parameters
| Name | Remarks |
|---|---|
| OutString | String to load the file into |