Navigation
API > API/Runtime > API/Runtime/TraceLog
| Name | UE::Trace::Protocol1::EEventFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/TraceLog/Public/Trace/Detail/Protocols/Protocol1.h |
| Include Path | #include "Trace/Detail/Protocols/Protocol1.h" |
Syntax
namespace UE
{
namespace Trace
{
namespace Protocol1
{
enum EEventFlags
{
Important = 1 << 0,
MaybeHasAux = 1 << 1,
NoSync = 1 << 2,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Important | |
| MaybeHasAux | |
| NoSync |