Navigation
API > API/Runtime > API/Runtime/Core
| Name | EProcessDiagnosticFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
Syntax
enum EProcessDiagnosticFlags
{
None = 0,
MemorySanitizer = 1 << 0,
AnsiMalloc = 1 << 1,
StompMalloc = 1 << 2,
}
Values
| Name | Remarks |
|---|---|
| None | |
| MemorySanitizer | |
| AnsiMalloc | |
| StompMalloc |