| bIsDormant |
bool |
Whether the object is dormant or not |
Iris/ReplicationSystem/ObjectReplicationBridge.h |
|
| bNeedsPreUpdate |
bool |
When true it means the object wants to receive a PreUpdate callback just before it gets polled. |
Iris/ReplicationSystem/ObjectReplicationBridge.h |
|
| bNeedsWorldLocationUpdate |
bool |
When true the object has a dynamic world location and we should ask the bridge to update its current location everytime it is polled. |
Iris/ReplicationSystem/ObjectReplicationBridge.h |
|
| bUseClassConfigDynamicFilter |
bool |
Ask the class config for a dynamic filter assigned to this class or one of it's parent class. |
Iris/ReplicationSystem/ObjectReplicationBridge.h |
|
| bUseExplicitDynamicFilter |
bool |
When enabled we ignore the class config for this object and instead use the one specified by ExplicitDynamicFilter |
Iris/ReplicationSystem/ObjectReplicationBridge.h |
|
| ExplicitDynamicFilterName |
FName |
The name of the dynamic filter to use for this object (instead of asking the class config). |
Iris/ReplicationSystem/ObjectReplicationBridge.h |
|
| PollFrequency |
float |
How often per second the object should be polled for dirtiness, including calling the InstancePreUpdate function. |
Iris/ReplicationSystem/ObjectReplicationBridge.h |
|
| StaticPriority |
float |
If StaticPriority is > 0 the ReplicationSystem will use that as priority when scheduling objects. |
Iris/ReplicationSystem/ObjectReplicationBridge.h |
|