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