Navigation
API > API/Plugins > API/Plugins/MutableRuntime
| Name | FGlobalMemoryCounter |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/MemoryTrackingUtils.h |
| Include Path | #include "MuR/MemoryTrackingUtils.h" |
Syntax
struct FGlobalMemoryCounter
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static SSIZE_T GetAbsoluteCounter() |
MuR/MemoryTrackingUtils.h | ||
static SSIZE_T GetAbsolutePeak() |
MuR/MemoryTrackingUtils.h | ||
static SSIZE_T GetCounter() |
MuR/MemoryTrackingUtils.h | ||
static SSIZE_T GetPeak() |
MuR/MemoryTrackingUtils.h | ||
static void Restore() |
MuR/MemoryTrackingUtils.h | ||
static void Zero() |
Static void Update(SSIZE_T Differential); | MuR/MemoryTrackingUtils.h |