Navigation
API > API/Runtime > API/Runtime/TraceLog > API/Runtime/TraceLog/Trace > API/Runtime/TraceLog/Trace/Detail > API/Runtime/TraceLog/Trace/Detail/Protocols
References
| Module | TraceLog |
| Header | /Engine/Source/Runtime/TraceLog/Public/Trace/Detail/Protocols/Protocol6.h |
| Include | #include "Trace/Detail/Protocols/Protocol6.h" |
Syntax
namespace UE
{
namespace Trace
{
namespace Protocol6
{
enum EEventFlags
&123;
Important = 1 << 0,
MaybeHasAux = 1 << 1,
NoSync = 1 << 2,
Definition = 1 << 3,
&125;
}
}
}
Values
| Name | Description |
|---|---|
| Important | |
| MaybeHasAux | |
| NoSync | |
| Definition |