Navigation
API > API/Runtime > API/Runtime/Core
Options that can be supplied when calling FMallocLeakDetection::DumpOpenCallstacks
| Name | FMallocLeakReportOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/MallocLeakDetection.h |
| Include Path | #include "HAL/MallocLeakDetection.h" |
Syntax
struct FMallocLeakReportOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMallocLeakReportOptions() |
HAL/MallocLeakDetection.h |
Enums
Public
| Name | Remarks |
|---|---|
| ESortOption |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameEnd | uint32 | Only show allocations from before this frame | HAL/MallocLeakDetection.h | |
| FrameStart | uint32 | Only show allocations after this frame | HAL/MallocLeakDetection.h | |
| OnlyNonDeleters | bool | Restrict report to allocations that have no history of being deleted | HAL/MallocLeakDetection.h | |
| OutputDevice | FOutputDevice * | Output device used for writing reports. If null, a memreport file will be written | HAL/MallocLeakDetection.h | |
| RateFilter | float | If >0 only report allocations at a greater bytes/frame than this | HAL/MallocLeakDetection.h | |
| SizeFilter | uint32 | If >0 only report allocations greater than this size | HAL/MallocLeakDetection.h | |
| SortBy | ESortOption | Sort allocations by this (default - size) | HAL/MallocLeakDetection.h |