Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTraceAuxiliary
This enum is serialized and sent via the trace service. Do not change the values or modify the order. Only add new values to the end. Should be kept in sync with FTraceStatus::ETraceSystemStatus from ITraceController.h
| Name | ETraceSystemStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/TraceAuxiliary.h |
| Include Path | #include "ProfilingDebugging/TraceAuxiliary.h" |
Syntax
enum ETraceSystemStatus
{
NotAvailable,
Available,
TracingToServer,
TracingToFile,
TracingToCustomRelay,
NumValues,
}
Values
| Name | Remarks |
|---|---|
| NotAvailable | |
| Available | |
| TracingToServer | |
| TracingToFile | |
| TracingToCustomRelay | |
| NumValues |