![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MallocLeakDetection.h>
Public Types | |
| enum class | ESortOption { SortSize , SortRate , SortHash } |
Public Member Functions | |
| FMallocLeakReportOptions () | |
Public Attributes | |
| uint32 | SizeFilter |
| float | RateFilter |
| bool | OnlyNonDeleters |
| uint32 | FrameStart |
| uint32 | FrameEnd |
| ESortOption | SortBy |
| FOutputDevice * | OutputDevice |
Options that can be supplied when calling FMallocLeakDetection::DumpOpenCallstacks
|
strong |
|
inline |
| uint32 FMallocLeakReportOptions::FrameEnd |
Only show allocations from before this frame
| uint32 FMallocLeakReportOptions::FrameStart |
Only show allocations after this frame
| bool FMallocLeakReportOptions::OnlyNonDeleters |
Restrict report to allocations that have no history of being deleted
| FOutputDevice* FMallocLeakReportOptions::OutputDevice |
Output device used for writing reports. If null, a memreport file will be written
| float FMallocLeakReportOptions::RateFilter |
If >0 only report allocations at a greater bytes/frame than this
| uint32 FMallocLeakReportOptions::SizeFilter |
If >0 only report allocations greater than this size
| ESortOption FMallocLeakReportOptions::SortBy |
Sort allocations by this (default - size)