|
| enum class | EDiffPropertiesFlags : uint32 { None = 0
, Sync = (1 << 0)
, IncludeConditionalProperties = (1 << 1)
} |
| |
| enum class | EReceivePropertiesFlags : uint32 { None = 0
, RepNotifies = (1 << 0)
, SkipRoleSwap = (1 << 1)
} |
| |
| enum class | ESerializePropertyType : uint8 { Handle
, Name
} |
| |
| enum class | ERepDataBufferType { ObjectBuffer
, ShadowBuffer
} |
| |
| enum class | ECreateRepStateFlags : uint32 { None
, SkipCreateReceivingState = 0x1
} |
| |
| enum class | ERepLayoutCmdType : uint8 {
DynamicArray = 0
, Return = 1
, Property = 2
, PropertyBool = 3
,
PropertyFloat = 4
, PropertyInt = 5
, PropertyByte = 6
, PropertyName = 7
,
PropertyObject = 8
, PropertyUInt32 = 9
, PropertyVector = 10
, PropertyRotator = 11
,
PropertyPlane = 12
, PropertyVector100 = 13
, PropertyNetId = 14
, RepMovement = 15
,
PropertyVectorNormal = 16
, PropertyVector10 = 17
, PropertyVectorQ = 18
, PropertyString = 19
,
PropertyUInt64 = 20
, PropertyNativeBool = 21
, PropertySoftObject = 22
, PropertyWeakObject = 23
,
PropertyInterface = 24
, NetSerializeStructWithObjectReferences = 25
} |
| |
| enum class | ERepParentFlags : uint32 {
None = 0
, IsLifetime = (1 << 0)
, IsConditional = (1 << 1)
, IsConfig = (1 << 2)
,
IsCustomDelta = (1 << 3)
, IsNetSerialize = (1 << 4)
, IsStructProperty = (1 << 5)
, IsZeroConstructible = (1 << 6)
,
IsFastArray = (1 << 7)
, HasObjectProperties = (1 << 8)
, HasNetSerializeProperties = (1 << 9)
, HasDynamicArrayProperties = (1 << 10)
} |
| |
| enum class | ERepLayoutCmdFlags : uint8 { None = 0
, IsSharedSerialization = (1 << 0)
, IsStruct = (1 << 1)
, IsEmptyArrayStruct = (1 << 2)
} |
| |
| enum class | ECreateReplicationChangelistMgrFlags { None
, SkipDeltaCustomState
} |
| |
| enum class | ECreateRepLayoutFlags { None
, MaySendProperties
} |
| |
| enum class | ERepLayoutFlags : uint8 {
None = 0
, IsActor = (1 << 0)
, PartialPushSupport = (1 << 1)
, FullPushSupport = (1 << 2)
,
HasObjectOrNetSerializeProperties = (1 << 3)
, NoReplicatedProperties = (1 << 4)
, FullPushProperties = (1 << 5)
, HasInitialOnlyProperties = (1 << 6)
,
HasDynamicConditionProperties = (1 << 7)
} |
| |
| enum class | ERepLayoutResult { Success
, Empty
, Error
, FatalError
} |
| |