Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/MemoryMisc.h |
Include | #include "HAL/MemoryMisc.h" |
Syntax
class FScopedMemoryStats
Remarks
This will grab the memory stats of VM and Physical before and at the end of scope reporting +/- difference in memory. WARNING This will also capture differences in Threads which have nothing to do with the scope
Constructors
Type | Name | Description | |
---|---|---|---|
FScopedMemoryStats
(
const TCHAR* Name |