Trace::Protocol0::EKnownEventUids

Windows
MacOS
Linux

References

Module

TraceLog

Header

/Engine/Source/Runtime/TraceLog/Public/Trace/Detail/Protocols/Protocol0.h

Include

#include "Trace/Detail/Protocols/Protocol0.h"

Syntax

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

Description

NewEvent

User

Max

UidMask

Invalid

Flag_Important

Flag_Unused

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss