 |
bool |
bCanReceive |
|
 |
bool |
bIsDormant |
Whether the object is dormant or not |
 |
bool |
bNeedsPreUpdate |
|
 |
bool |
bNeedsWorldLocationUpdate |
|
 |
bool |
bUseClassConfigDynamicFilter |
When true we ask the class config if a dynamic filter was assigned to this class or one of it's parent inherited class. |
 |
bool |
bUseExplicitDynamicFilter |
When enabled we ignore the class config for this object and instead use the one specified in 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. |