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

#include <ITraceController.h>

Public Attributes

uint64 BytesSent
 
uint64 BytesTraced
 
uint64 MemoryUsed
 
uint32 CacheAllocated
 
uint32 CacheUsed
 
uint32 CacheWaste
 

Member Data Documentation

◆ BytesSent

uint64 FTraceStatus::FStats::BytesSent

Number of bytes sent to server or file.

◆ BytesTraced

uint64 FTraceStatus::FStats::BytesTraced

Number of (uncompressed) bytes traced from process.

◆ CacheAllocated

uint32 FTraceStatus::FStats::CacheAllocated

Allocated memory for important events

◆ CacheUsed

uint32 FTraceStatus::FStats::CacheUsed

Memory used for important events

◆ CacheWaste

uint32 FTraceStatus::FStats::CacheWaste

Wasted space for important events cache

◆ MemoryUsed

uint64 FTraceStatus::FStats::MemoryUsed

Total memory used by TraceLog


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