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