Navigation
Unreal Engine C++ API Reference > Runtime > DirectLink
References
Module | DirectLink |
Header | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkSerialMethods.h |
Include | #include "DirectLinkSerialMethods.h" |
Syntax
namespace Reflect
{
enum EStoreType
&123;
_bool = 1,
_i8,
_i16,
_i32,
_i64,
_u8,
_u16,
_u32,
_u64,
_f32,
_f64,
_str,
_vector,
_vector4,
_quat,
_linearcolor,
_md5hash,
_transform,
_storeTypeLast,
&125;
}
Values
Name | Description |
---|---|
_bool | |
_i8 | |
_i16 | |
_i32 | |
_i64 | |
_u8 | |
_u16 | |
_u32 | |
_u64 | |
_f32 | |
_f64 | |
_str | |
_vector | |
_vector4 | |
_quat | |
_linearcolor | |
_md5hash | |
_transform | |
_storeTypeLast |
Remarks
Clang-format off