Trace::Protocol1::EKnownEventUids

Windows
MacOS
Linux

References

Module

TraceLog

Header

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

Include

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

Syntax

namespace Trace
{
    namespace Protocol1
    {
        enum EKnownEventUids
        {
            NewEvent,
            User,
            Max         = (1 << 15) - 1,
            UidMask     = Max,
            Invalid     = Max,
        }
    }
}

Values

Name

Description

NewEvent

User

Max

UidMask

Invalid

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