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