enum SerializedObjectEncodeFlag
Flags used for controlling the serialization process when encoding an IReflectable to a SerializedObject.
Values
| Name | Value | Description |
|---|---|---|
Shallow |
1 |
Pointers to other IReflectable objects will not be followed and they will not be serialized. |
ReplicableOnly |
2 |
Only fields with the Replicable RTTI flag will be serialized. |
IsDeltaCopy |
4 |
Lets the system know what the object is being copied as part of delta generation. |