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