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 SetOwningNetConnection
(
FNetRefHandle Handle,
uint32 ConnectionId
)
Remarks
Sets the owning connection of an object. This can determine which properties are replicated to which connections or affect filtering such that the object is only replicated to the owning connection.
Parameters
| Name | Description |
|---|---|
| Handle | A valid handle to an object. |
| ConnectionId | A valid connection ID to be set as the owner. |