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

#include <MallocFrameProfiler.h>

Public Attributes

int32 CallStackIndex = 0
 
int32 Mallocs = 0
 
int32 Frees = 0
 
int32 UsageCount = 0
 
int32 UniqueFrames = 0
 
int32 LastFrameSeen = 0
 

Member Data Documentation

◆ CallStackIndex

int32 FMallocFrameProfiler::FCallStackStats::CallStackIndex = 0

◆ Frees

int32 FMallocFrameProfiler::FCallStackStats::Frees = 0

◆ LastFrameSeen

int32 FMallocFrameProfiler::FCallStackStats::LastFrameSeen = 0

◆ Mallocs

int32 FMallocFrameProfiler::FCallStackStats::Mallocs = 0

◆ UniqueFrames

int32 FMallocFrameProfiler::FCallStackStats::UniqueFrames = 0

◆ UsageCount

int32 FMallocFrameProfiler::FCallStackStats::UsageCount = 0

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