UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Trace::Protocol7::EKnownEventUids Struct Reference

#include <Protocol7.h>

Public Types

enum  : uint16 {
  NewEvent = 0 , AuxData , _Unused0 , AuxDataTerminal ,
  EnterScope , LeaveScope , EnterScope_TA , LeaveScope_TA ,
  EnterScope_TB , LeaveScope_TB , _Unused1 , _Unused2 ,
  _Unused3 , _Unused4 , _Unused5 , _Unused6 ,
  _WellKnownNum
}
 

Static Public Attributes

static const uint16 Flag_TwoByteUid = 1 << 0
 
static const uint16 _UidShift = 1
 
static const uint16 User = _WellKnownNum
 
static const uint16 Max = (1 << (16 - _UidShift)) - 1
 
static const uint16 Invalid = Max
 

Member Enumeration Documentation

◆ anonymous enum

Enumerator
NewEvent 
AuxData 
_Unused0 
AuxDataTerminal 
EnterScope 
LeaveScope 
EnterScope_TA 
LeaveScope_TA 
EnterScope_TB 
LeaveScope_TB 
_Unused1 
_Unused2 
_Unused3 
_Unused4 
_Unused5 
_Unused6 
_WellKnownNum 

Member Data Documentation

◆ _UidShift

const uint16 UE::Trace::Protocol7::EKnownEventUids::_UidShift = 1
static

◆ Flag_TwoByteUid

const uint16 UE::Trace::Protocol7::EKnownEventUids::Flag_TwoByteUid = 1 << 0
static

◆ Invalid

const uint16 UE::Trace::Protocol7::EKnownEventUids::Invalid = Max
static

◆ Max

const uint16 UE::Trace::Protocol7::EKnownEventUids::Max = (1 << (16 - _UidShift)) - 1
static

◆ User

const uint16 UE::Trace::Protocol7::EKnownEventUids::User = _WellKnownNum
static

The documentation for this struct was generated from the following file: