Trace::Protocol0::

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
        {
            Field_CategoryMask    = 0300,
            Field_Integer         = 0000,
            Field_Float           = 0100,
            Field_Array           = 0200,
            Field_Pow2SizeMask    = 0003,
            Field_8               = 0000,
            Field_16              = 0001,
            Field_32              = 0002,
            Field_64              = 0003,
            Field_Ptr             = Field_32,
            Field_SpecialMask     = 0030,
            Field_Pod             = 0000,
            Field_String          = 0010,
        }
    }
}

Values

Name

Description

Field_CategoryMask

Category

Field_Integer

Field_Float

Field_Array

Field_Pow2SizeMask

Size

Field_8

Field_16

Field_32

Field_64

Field_Ptr

Field_SpecialMask

Specials

Field_Pod

Field_String

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