The FMemoryInfo class provides a mean of fetching informations about the memory or RAM at runtime.
◆ CPUCurrentlyUsed()
static udouble FMemoryInfo::CPUCurrentlyUsed |
( |
| ) |
|
|
static |
◆ CPUCurrentlyUsedByProcess()
static udouble FMemoryInfo::CPUCurrentlyUsedByProcess |
( |
| ) |
|
|
static |
◆ DiskCapacity()
◆ DiskSpaceAvailable()
static uint64 FMemoryInfo::DiskSpaceAvailable |
( |
const FString & |
iDisk | ) |
|
|
static |
◆ DiskSpaceFree()
static uint64 FMemoryInfo::DiskSpaceFree |
( |
const FString & |
iDisk | ) |
|
|
static |
◆ TotalRAM()
static uint64 FMemoryInfo::TotalRAM |
( |
| ) |
|
|
static |
◆ TotalRAMCurrentlyUsed()
static uint64 FMemoryInfo::TotalRAMCurrentlyUsed |
( |
| ) |
|
|
static |
◆ TotalRAMCurrentlyUsedByProcess()
static uint64 FMemoryInfo::TotalRAMCurrentlyUsedByProcess |
( |
| ) |
|
|
static |
◆ TotalVirtualMemory()
static uint64 FMemoryInfo::TotalVirtualMemory |
( |
| ) |
|
|
static |
◆ VirtualMemoryCurrentlyUsed()
static uint64 FMemoryInfo::VirtualMemoryCurrentlyUsed |
( |
| ) |
|
|
static |
◆ VirtualMemoryCurrentlyUsedByProcess()
static uint64 FMemoryInfo::VirtualMemoryCurrentlyUsedByProcess |
( |
| ) |
|
|
static |