Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ObjectReplicationBridgeConfig.h |
| Include | #include "Iris/ReplicationSystem/ObjectReplicationBridgeConfig.h" |
Syntax
struct FObjectReplicationBridgePollConfig
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIncludeSubclasses | Whether instances of subclasses should also use this poll period. | |
| FName | ClassName | Instances of this class, specified by its fully qualified path, should use the supplied poll frame period to check for modified replicated properties. | |
| float | PollFrequency | How many times per second should we poll for modified replicated properties. |