Navigation
API > API/Plugins > API/Plugins/MultiUserClient > API/Plugins/MultiUserClient/IMultiUserReplication
Description
Register a discoverer.
It is used to automatically configure UObjects for replication when appropriate:
- When an user adds an object via Add Actor button
- When an UObject is added to the world via a transaction (run on the client machine that adds the UObject) This function must be called from the game thread.
This function must be called from the game thread.
| Name | RegisterReplicationDiscoverer |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClient/Public/Replication/IMultiUserReplication.h |
| Include Path | #include "Replication/IMultiUserReplication.h" |
void RegisterReplicationDiscoverer
(
TSharedRef < IReplicationDiscoverer > Discoverer
)