Navigation
API > API/Plugins > API/Plugins/MultiUserClient > API/Plugins/MultiUserClient/IMultiUserReplication
Warnings * Do not keep any latent reference to the returned pointer. The pointed to memory can be reallocated when the client disconnects.
Description
This server state is regularly polled whilst the local client state should always be in sync.
This function must be called from the game thread.
Do not keep any latent reference to the returned pointer. The pointed to memory can be reallocated when the client disconnects.
| Name | FindReplicationMapForClient |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClient/Public/Replication/IMultiUserReplication.h |
| Include Path | #include "Replication/IMultiUserReplication.h" |
const FConcertObjectReplicationMap * FindReplicationMapForClient
(
const FGuid & ClientId
) const
Gets the last known server map of objects registered for replication for an online or offline client.