Reflect::ESerialMethod

Windows
MacOS
Linux

References

Module

DirectLink

Header

/Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkSerialMethods.h

Include

#include "DirectLinkSerialMethods.h"

Syntax

namespace Reflect
{
    enum ESerialMethod
    {
        None                   = 0,
        Bool_Default           = bool | default,
        Uint8_Default          = u8 | default,
        Int32_Default          = i32 | default,
        Int32_Array            = i32 | array,
        Uint32_Default         = u32 | default,
        Uint64_Default         = u64 | default,
        Uint32_Packed          = u32 | alt1,
        String_Default         = str | default,
        String_Array           = str | array,
        Float_Default          = f32 | default,
        Float_Array            = f32 | array,
        Double_Default         = f64 | default,
        Vector_Default         = vector | default,
        Vector4_Default        = vector4 | default,
        Quat_Default           = quat | default,
        LinearColor_Default    = linearcolor| default,
        MD5Hash_Default        = md5hash | default,
        _NotImplementedYet     = 0xff,
    }
}

Values

Name

Description

None

Bool_Default

Uint8_Default

Int32_Default

Int32_Array

Uint32_Default

Uint64_Default

Uint32_Packed

String_Default

String_Array

Float_Default

Float_Array

Double_Default

Vector_Default

Vector4_Default

Quat_Default

LinearColor_Default

MD5Hash_Default

_NotImplementedYet

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