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