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 SetConnectionUserData
(
uint32 ConnectionId,
UObject * UserData
)
Remarks
Associate data with a connection. Only a single piece of user data is supported per connection. The last call determines which data is associated with the connection.
Parameters
| Name | Description |
|---|---|
| ConnectionId | A valid connection ID. |
| UserData | What data to associate with the connection. |