| AllowFastArrayWithExtraReplicatedProperties |
bool |
If AllowFastArrayWithExtraReplicatedProperties is set to true, we will allow building descriptors for fastarrays with more than a single property. |
Iris/ReplicationState/ReplicationStateDescriptorBuilder.h |
|
| DefaultStateSource |
const UObject * |
The template to build the state source from. |
Iris/ReplicationState/ReplicationStateDescriptorBuilder.h |
|
| DescriptorRegistry |
Private::FReplicationStateDescriptorRegistry * |
|
Iris/ReplicationState/ReplicationStateDescriptorBuilder.h |
|
| EnableFastArrayHandling |
bool |
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 |
bool |
Get the lifetime properties for conditionals if applicable. This applies only to classes. |
Iris/ReplicationState/ReplicationStateDescriptorBuilder.h |
|
| IncludeSuper |
bool |
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 |
bool |
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 |
|