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