Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMemoryStats
Memory pressure states, useful for platforms in which the available memory estimate may not take in to account memory reclaimable from closing inactive processes or resorting to swap.
| Name | EMemoryPressureStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h |
| Include Path | #include "GenericPlatform/GenericPlatformMemory.h" |
Syntax
enum EMemoryPressureStatus
{
Unknown,
Nominal,
Warning,
Critical,
}
Values
| Name | Remarks |
|---|---|
| Unknown | |
| Nominal | |
| Warning | |
| Critical |