Trace::Protocol1::EEventFlags

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 EEventFlags
        {
            Important      = 1 << 0,
            MaybeHasAux    = 1 << 1,
            NoSync         = 1 << 2,
        }
    }
}

Values

Name

Description

Important

MaybeHasAux

NoSync

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