Navigation
API > API/Runtime > API/Runtime/DirectLink
| Name | Reflect::ESerialModifier |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkSerialMethods.h |
| Include Path | #include "DirectLinkSerialMethods.h" |
Syntax
namespace Reflect
{
enum ESerialModifier
{
_default = 0 << 5,
_array = 1 << 5,
_alt1 = 2 << 5,
}
}
Values
| Name | Remarks |
|---|---|
| _default | |
| _array | |
| _alt1 |