Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem > API/Runtime/IrisCore/Iris/ReplicationSystem/UReplicationSystem
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ReplicationSystem.h |
| Include | #include "Iris/ReplicationSystem/ReplicationSystem.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationSystem/ReplicationSystem.cpp |
void SetReplicationEnabledForConnection
(
uint32 ConnectionId,
bool bReplicationEnabled
)
Remarks
Enable or disable the ReplicationDataStream to transmit data for a particular connection.
Parameters
| Name | Description |
|---|---|
| ConnectionId | The ID of the connection to enable or disable object replication for. |
| bReplicationEnabled | Whether to enable or disable object replication. |