Navigation
API > API/Runtime > API/Runtime/DirectLink
| |
|
| Name |
Reflect::ESerialMethod |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkSerialMethods.h |
| Include Path |
#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_f32 = _vector | _default,
Vector_f64 = _vector | _alt1,
Quat_f32 = _quat | _default,
Quat_f64 = _quat | _alt1,
LinearColor_Default = _linearcolor| _default,
MD5Hash_Default = _md5hash | _default,
Transform_Default = _transform | _default,
Transform_Array = _transform | _array,
_NotImplementedYet = 0xff,
}
}
Values
| Name |
Remarks |
| 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_f32 |
|
| Vector_f64 |
|
| Quat_f32 |
|
| Quat_f64 |
|
| LinearColor_Default |
|
| MD5Hash_Default |
|
| Transform_Default |
|
| Transform_Array |
|
| _NotImplementedYet |
|