| FGenericPlatformMemoryConstants
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h |
Include |
#include "GenericPlatform/GenericPlatformMemory.h" |
struct FGenericPlatformMemoryStats : public FGenericPlatformMemoryConstants
Struct used to hold common memory stats for all platforms. These values may change over the entire life of the executable.
Name | Description | ||
---|---|---|---|
|
AvailablePhysical |
The amount of physical memory currently available, in bytes. |
|
|
AvailableVirtual |
The amount of virtual memory currently available, in bytes. |
|
|
PeakUsedPhysical |
The peak amount of physical memory used by the process, in bytes. |
|
|
PeakUsedVirtual |
The peak amount of virtual memory used by the process. |
|
|
UsedPhysical |
The amount of physical memory used by the process, in bytes. |
|
|
UsedVirtual |
Total amount of virtual memory used by the process. |
Name | Description | |
---|---|---|
|
FGenericPlatformMemoryStats() |
Default constructor, clears all variables. |
Name | Description | ||
---|---|---|---|
|
GetPlatformSpecificStats() |
Name |
Description |
|
---|---|---|
|
FPlatformSpecificStat |