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 EPageFaultFlags
{
SoftPageFaults = 0x01,
HardPageFaults = 0x02,
TotalPageFaults = 0x04,
All = 0xFF,
}
Values
| Name | Description |
|---|---|
| SoftPageFaults | |
| HardPageFaults | |
| TotalPageFaults | |
| All |
Remarks
Flags for page fault stats to retrieve