Navigation
API > API/Runtime > API/Runtime/Core
Different types of Page Fault stats
| Name | FPageFaultStats |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
Syntax
struct FPageFaultStats
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HardPageFaults | uint64 | Page faults for data on disk (platform dependent) | GenericPlatform/GenericPlatformMisc.h | |
| SoftPageFaults | uint64 | Page faults for data already in memory (platform dependent) | GenericPlatform/GenericPlatformMisc.h | |
| TotalPageFaults | uint64 | All page fault types | GenericPlatform/GenericPlatformMisc.h |