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