Navigation
API > API/Runtime > API/Runtime/Core
These values are traced. Do not modify existing values in order to maintain compatibility.
| Name | EMemoryTraceHeapAllocationFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/MemoryTrace.h |
| Include Path | #include "ProfilingDebugging/MemoryTrace.h" |
Syntax
enum EMemoryTraceHeapAllocationFlags
{
None = 0,
Heap = 1 << 0,
Swap = 2 << 0,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Heap | |
| Swap |