| AllowFastArrayWithExtraReplicatedProperties |
uint32 |
If AllowFastArrayWithExtraReplicatedProperties is set to true, we will allow building descriptors for fastarrays with more than a single property. |
Iris/ReplicationState/ReplicationStateDescriptorBuilder.h |
|
| DefaultStateSource |
UObject * |
If provided we use this to source our default state, if not provided we source default state from the CDO instead. |
Iris/ReplicationState/ReplicationStateDescriptorBuilder.h |
|
| DescriptorRegistry |
Private::FReplicationStateDescriptorRegistry * |
|
Iris/ReplicationState/ReplicationStateDescriptorBuilder.h |
|
| EnableFastArrayHandling |
uint32 |
If EnableFastArrayHandling is true and the struct inherits from FFastArraySerializer then special logic will be applied which allows it to be bound to a FastArrayReplicationFragment. |
Iris/ReplicationState/ReplicationStateDescriptorBuilder.h |
|
| GetLifeTimeProperties |
uint32 |
Get the lifetime properties for conditionals if applicable. This applies only to classes. |
Iris/ReplicationState/ReplicationStateDescriptorBuilder.h |
|
| IncludeSuper |
uint32 |
Include super class when building descriptor. |
Iris/ReplicationState/ReplicationStateDescriptorBuilder.h |
|
| ReplicationSystem |
UReplicationSystem * |
|
Iris/ReplicationState/ReplicationStateDescriptorBuilder.h |
|
| SinglePropertyIndex |
int32 |
If SinglePropertyIndex != -1 we will create a state that only includes the specified property. |
Iris/ReplicationState/ReplicationStateDescriptorBuilder.h |
|
| SkipCheckForCustomNetSerializerForStruct |
uint32 |
In SkipCheckForCustomNetSerializer is true the descriptor will be built using the underlying representation even if a CustomNetSerializer is registered for the struct. |
Iris/ReplicationState/ReplicationStateDescriptorBuilder.h |
|