Navigation
API > API/Runtime > API/Runtime/CrashReportCore > API/Runtime/CrashReportCore/FGenericErrorReport
Description
Sets properties specific to the processed crash. Used to convert the old data into the crash context format.
| Name | SetPrimaryCrashProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/GenericErrorReport.h |
| Include Path | #include "GenericErrorReport.h" |
| Source | /Engine/Source/Runtime/CrashReportCore/Private/GenericErrorReport.cpp |
void SetPrimaryCrashProperties
(
FPrimaryCrashProperties & out_PrimaryCrashProperties
)