Navigation
API > API/Runtime > API/Runtime/DirectLink
Clang-format off
| Name | Reflect::EStoreType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkSerialMethods.h |
| Include Path | #include "DirectLinkSerialMethods.h" |
Syntax
namespace Reflect
{
enum EStoreType
{
_bool = 1,
_i8,
_i16,
_i32,
_i64,
_u8,
_u16,
_u32,
_u64,
_f32,
_f64,
_str,
_vector,
_vector4,
_quat,
_linearcolor,
_md5hash,
_transform,
_storeTypeLast,
}
}
Values
| Name | Remarks |
|---|---|
| _bool | |
| _i8 | |
| _i16 | |
| _i32 | |
| _i64 | |
| _u8 | |
| _u16 | |
| _u32 | |
| _u64 | |
| _f32 | |
| _f64 | |
| _str | |
| _vector | |
| _vector4 | |
| _quat | |
| _linearcolor | |
| _md5hash | |
| _transform | |
| _storeTypeLast |