![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Classes | |
| struct | UE::Trace::Protocol1::FEventHeader |
| struct | UE::Trace::Protocol1::FAuxHeader |
Namespaces | |
| namespace | UE |
| namespace | UE::Trace |
| namespace | UE::Trace::Protocol1 |
Enumerations | |
| enum | UE::Trace::Protocol1::EProtocol : uint8 { UE::Trace::Protocol1::Id = 1 } |
| enum class | UE::Trace::Protocol1::EEventFlags : uint8 { UE::Trace::Protocol1::Important = 1 << 0 , UE::Trace::Protocol1::MaybeHasAux = 1 << 1 , UE::Trace::Protocol1::NoSync = 1 << 2 } |
| enum class | UE::Trace::Protocol1::EKnownEventUids : uint16 { UE::Trace::Protocol1::NewEvent , UE::Trace::Protocol1::User , UE::Trace::Protocol1::Max = (1 << 15) - 1 , UE::Trace::Protocol1::UidMask = Max , UE::Trace::Protocol1::Invalid = Max } |