Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMallocLeakReporter > API/Runtime/Engine/FMallocLeakReporter/EReportOption
| Name | EReportOption |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/ProfilingDebugging/MallocLeakReporter.h |
| Include Path | #include "ProfilingDebugging/MallocLeakReporter.h" |
Syntax
enum EReportOption
{
ReportLeaks = (1 << 0),
ReportAllocs = (1 << 1),
ReportMemReport = (1 << 2),
ReportAll = ReportLeaks | ReportAllocs | ReportMemReport,
}
Values
| Name | Remarks |
|---|---|
| ReportLeaks | |
| ReportAllocs | |
| ReportMemReport | |
| ReportAll |