UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMemMark Class Reference

#include <MemStack.h>

Public Member Functions

 FMemMark (FMemStackBase &InMem)
 
 ~FMemMark ()
 
void Pop ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FMemMark()

FMemMark::FMemMark ( FMemStackBase InMem)
inline

◆ ~FMemMark()

FMemMark::~FMemMark ( )
inline

Destructor.

Member Function Documentation

◆ Pop()

void FMemMark::Pop ( )
inline

Free the memory allocated after the mark was created.


The documentation for this class was generated from the following file: