Navigation
API > API/Runtime > API/Runtime/Core
Generic implementation of the per-process memory stats.
| Name | FPlatformProcessMemoryStats |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h |
| Include Path | #include "GenericPlatform/GenericPlatformProcess.h" |
Syntax
struct FPlatformProcessMemoryStats
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PeakUsedPhysical | uint64 | The peak amount of physical memory used by the process, in bytes. | GenericPlatform/GenericPlatformProcess.h | |
| PeakUsedVirtual | uint64 | The peak amount of virtual memory used by the process, in bytes. | GenericPlatform/GenericPlatformProcess.h | |
| UsedPhysical | uint64 | The amount of physical memory used by the process, in bytes. | GenericPlatform/GenericPlatformProcess.h | |
| UsedVirtual | uint64 | Total amount of virtual memory used by the process, in bytes. | GenericPlatform/GenericPlatformProcess.h |