Navigation
API > API/Runtime > API/Runtime/SessionServices > API/Runtime/SessionServices/FTraceStatus
References
| Module | SessionServices |
| Header | /Engine/Source/Runtime/SessionServices/Public/ITraceController.h |
| Include | #include "ITraceController.h" |
Syntax
struct FStats
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | BytesSent | Number of bytes sent to server or file. | |
| uint64 | BytesTraced | Number of (uncompressed) bytes traced from process. | |
| uint32 | CacheAllocated | Allocated memory for important events | |
| uint32 | CacheUsed | Memory used for important events | |
| uint32 | CacheWaste | Wasted space for important events cache | |
| uint64 | MemoryUsed | Total memory used by TraceLog |