Navigation
API > API/Runtime > API/Runtime/TraceLog
Since we use this type in macros we need provide an empty definition when trace is not enabled.
| Name | UE::Trace::ETransportTid |
| Type | enum |
| Header File | /Engine/Source/Runtime/TraceLog/Public/Trace/Detail/Transport.h |
| Include Path | #include "Trace/Detail/Transport.h" |
Syntax
namespace UE
{
namespace Trace
{
enum ETransportTid
{
Events = 0,
Internal = 1,
Importants = Internal,
Bias,
End = 0x3ffe,
Sync = 0x3fff,
}
}
}
Values
| Name | Remarks |
|---|---|
| Events | |
| Internal | |
| Importants | |
| Bias | |
| End | ... |
| Sync |