Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging > API/Runtime/Core/ProfilingDebugging/FTraceAuxiliary
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/TraceAuxiliary.h |
| Include | #include "ProfilingDebugging/TraceAuxiliary.h" |
Syntax
enum ETraceSystemStatus
{
NotAvailable,
Available,
TracingToServer,
TracingToFile,
NumValues,
}
Values
| Name | Description |
|---|---|
| NotAvailable | |
| Available | |
| TracingToServer | |
| TracingToFile | |
| NumValues |
Remarks
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