Navigation
API > API/Runtime > API/Runtime/CrashReportCore > API/Runtime/CrashReportCore/FPrimaryCrashProperties
Description
Reads previously set XML file. Optionally give a buffer to parse from. Any changes will be stored to CrashContextFilePath.
| Name | ReadXML |
| Type | function |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/CrashDescription.h |
| Include Path | #include "CrashDescription.h" |
| Source | /Engine/Source/Runtime/CrashReportCore/Private/CrashDescription.cpp |
void ReadXML
(
const FString & CrashContextFilepath,
const TCHAR * Buffer
)