Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem > API/Runtime/IrisCore/Iris/ReplicationSystem/UObjectReplicationBridge
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ObjectReplicationBridge.h |
| Include | #include "Iris/ReplicationSystem/ObjectReplicationBridge.h" |
Syntax
struct FCreateNetRefHandleParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowDynamicFilter | ||
| bool | bCanReceive | ||
| bool | bNeedsPreUpdate | ||
| bool | bNeedsWorldLocationUpdate | ||
| 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. |