![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MemStack.h>
Public Member Functions | |
| FMemMark (FMemStackBase &InMem) | |
| ~FMemMark () | |
| void | Pop () |
FMemMark marks a top-of-stack position in the memory stack. When the marker is constructed or initialized with a particular memory stack, it saves the stack's current position. When marker is popped, it pops all items that were added to the stack subsequent to initialization.
|
inline |
|
inline |
Destructor.
|
inline |
Free the memory allocated after the mark was created.