Navigation
API > API/Runtime > API/Runtime/TraceLog
| |
|
| Name |
UE::Trace::Protocol0::EKnownEventUids |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/TraceLog/Public/Trace/Detail/Protocols/Protocol0.h |
| Include Path |
#include "Trace/Detail/Protocols/Protocol0.h" |
Syntax
namespace UE
{
namespace Trace
{
namespace Protocol0
{
enum EKnownEventUids
{
NewEvent,
User,
Max = (1 << 14) - 1,
UidMask = Max,
Invalid = Max,
Flag_Important = 1 << 14,
Flag_Unused = 1 << 15,
}
}
}
}
Values
| Name |
Remarks |
| NewEvent |
|
| User |
|
| Max |
|
| UidMask |
|
| Invalid |
|
| Flag_Important |
|
| Flag_Unused |
|