Trace::Protocol0::EFieldType

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 EFieldType
        {
            Bool       = Field_Integer | Field_8,
            Int8       = Field_Integer | Field_8,
            Int16      = Field_Integer | Field_16,
            Int32      = Field_Integer | Field_32,
            Int64      = Field_Integer | Field_64,
            Pointer    = Field_Integer | Field_Ptr,
            Float32    = Field_Float | Field_32,
            Float64    = Field_Float | Field_64,
            Array      = Field_Array,
        }
    }
}

Values

Name

Description

Bool

Int8

Int16

Int32

Int64

Pointer

Float32

Float64

Array

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