Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/ProfilingDebugging/MemoryTrace.h |
Include |
#include "ProfilingDebugging/MemoryTrace.h" |
enum EMemoryTraceHeapFlags
{
None = 0,
Root = 1 << 0,
NeverFrees = 1 << 1,
}
Name |
Description |
---|---|
None |
|
Root |
|
NeverFrees |
These values are traced. Do not modify existing values in order to maintain compatibility.