![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GenericPlatformProcess.h>
Public Attributes | |
| uint64 | UsedPhysical |
| uint64 | PeakUsedPhysical |
| uint64 | UsedVirtual |
| uint64 | PeakUsedVirtual |
Generic implementation of the per-process memory stats.
| uint64 FPlatformProcessMemoryStats::PeakUsedPhysical |
The peak amount of physical memory used by the process, in bytes.
| uint64 FPlatformProcessMemoryStats::PeakUsedVirtual |
The peak amount of virtual memory used by the process, in bytes.
| uint64 FPlatformProcessMemoryStats::UsedPhysical |
The amount of physical memory used by the process, in bytes.
| uint64 FPlatformProcessMemoryStats::UsedVirtual |
Total amount of virtual memory used by the process, in bytes.