Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem > API/Runtime/IrisCore/Iris/ReplicationSystem/FObjectReplicationBridgePollConf-
Syntax
UPROPERTY ()
float PollFrequency
Remarks
How many times per second should we poll for modified replicated properties. The value will be converted into a frame count based on the current TickRate up to a maximum of 255 frames This means the slowest poll frequency is 255*MaxTickRate (ex: 8.5secs at 30hz) If set to 0 it means we poll the object every frame.