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::ETransport |
| 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 ETransport
{
_Unused = 0,
Raw = 1,
Packet = 2,
TidPacket = 3,
TidPacketSync = 4,
Active = TidPacketSync,
}
}
}
Values
| Name | Remarks |
|---|---|
| _Unused | |
| Raw | |
| Packet | |
| TidPacket | |
| TidPacketSync | |
| Active |