UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPlatformProcessMemoryStats Struct Reference

#include <GenericPlatformProcess.h>

Public Attributes

uint64 UsedPhysical
 
uint64 PeakUsedPhysical
 
uint64 UsedVirtual
 
uint64 PeakUsedVirtual
 

Detailed Description

Generic implementation of the per-process memory stats.

Member Data Documentation

◆ PeakUsedPhysical

uint64 FPlatformProcessMemoryStats::PeakUsedPhysical

The peak amount of physical memory used by the process, in bytes.

◆ PeakUsedVirtual

uint64 FPlatformProcessMemoryStats::PeakUsedVirtual

The peak amount of virtual memory used by the process, in bytes.

◆ UsedPhysical

uint64 FPlatformProcessMemoryStats::UsedPhysical

The amount of physical memory used by the process, in bytes.

◆ UsedVirtual

uint64 FPlatformProcessMemoryStats::UsedVirtual

Total amount of virtual memory used by the process, in bytes.


The documentation for this struct was generated from the following file: