UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGenericMemoryStats Struct Reference

#include <MemoryMisc.h>

Public Member Functions

void Add (const FStringView &InDescription, SIZE_T InValue)
 
SIZE_TFind (const FStringView &InDescription)
 
const SIZE_TFind (const FStringView &InDescription) const
 
SIZE_T FindRef (const FStringView &InDescription) const
 
FInternalMap::TRangedForConstIterator begin () const
 
FInternalMap::TRangedForConstIterator end () const
 

Public Attributes

FGenericMemoryStatsMap Data
 

Detailed Description

Holds generic memory stats, internally implemented as a map.

Member Function Documentation

◆ Add()

void FGenericMemoryStats::Add ( const FStringView InDescription,
SIZE_T  InValue 
)
inline

◆ begin()

FInternalMap::TRangedForConstIterator FGenericMemoryStats::begin ( ) const
inline

◆ end()

FInternalMap::TRangedForConstIterator FGenericMemoryStats::end ( ) const
inline

◆ Find() [1/2]

SIZE_T * FGenericMemoryStats::Find ( const FStringView InDescription)
inline

◆ Find() [2/2]

const SIZE_T * FGenericMemoryStats::Find ( const FStringView InDescription) const
inline

◆ FindRef()

SIZE_T FGenericMemoryStats::FindRef ( const FStringView InDescription) const
inline

Member Data Documentation

◆ Data

FGenericMemoryStatsMap FGenericMemoryStats::Data

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