Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FHealthSnapshot
Helper class that can describe memory in a system. Some systems may not provide Used/Peak values.
| Name | FMemoryStat |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/ProfilingDebugging/HealthSnapshot.h |
| Include Path | #include "ProfilingDebugging/HealthSnapshot.h" |
Syntax
template<typename T>
struct FMemoryStat
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMemoryStat() |
ProfilingDebugging/HealthSnapshot.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Peak | T | ProfilingDebugging/HealthSnapshot.h | ||
| Size | T | ProfilingDebugging/HealthSnapshot.h | ||
| Used | T | ProfilingDebugging/HealthSnapshot.h |