UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Trace::FStatistics Struct Reference

#include <Trace.h>

Public Attributes

uint64 BytesSent = 0
 
uint64 BytesTraced = 0
 
uint64 BytesEmitted = 0
 
uint64 MemoryUsed = 0
 
uint64 BlockPoolAllocated = 0
 
uint32 BlockPoolFreeBlocks = 0
 
uint32 BlockPoolAllocatedBlocks = 0
 
uint32 SharedBufferAllocated = 0
 
uint32 FixedBufferAllocated = 0
 
uint32 CacheAllocated = 0
 
uint32 CacheUsed = 0
 
uint32 CacheWaste = 0
 

Member Data Documentation

◆ BlockPoolAllocated

uint64 UE::Trace::FStatistics::BlockPoolAllocated = 0

◆ BlockPoolAllocatedBlocks

uint32 UE::Trace::FStatistics::BlockPoolAllocatedBlocks = 0

◆ BlockPoolFreeBlocks

uint32 UE::Trace::FStatistics::BlockPoolFreeBlocks = 0

◆ BytesEmitted

uint64 UE::Trace::FStatistics::BytesEmitted = 0

◆ BytesSent

uint64 UE::Trace::FStatistics::BytesSent = 0

◆ BytesTraced

uint64 UE::Trace::FStatistics::BytesTraced = 0

◆ CacheAllocated

uint32 UE::Trace::FStatistics::CacheAllocated = 0

◆ CacheUsed

uint32 UE::Trace::FStatistics::CacheUsed = 0

◆ CacheWaste

uint32 UE::Trace::FStatistics::CacheWaste = 0

◆ FixedBufferAllocated

uint32 UE::Trace::FStatistics::FixedBufferAllocated = 0

◆ MemoryUsed

uint64 UE::Trace::FStatistics::MemoryUsed = 0

◆ SharedBufferAllocated

uint32 UE::Trace::FStatistics::SharedBufferAllocated = 0

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