Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary > API/Plugins/MultiUserClientLibrary/UMultiUserReplicationSubsystem
Description
A list of offline clients that, upon rejoining a session, will attempt to reclaim properties they previously registered for an object, regardless of whether the client left gracefully or due to a crash.
By default, when a client disconnects (either gracefully or due to a crash) and later rejoins a session, the client attempts to re-register the properties it had previously registered for the object.
| Name | GetOwningOfflineClients |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/Replication/MultiUserReplicationSubsystem.h |
| Include Path | #include "Replication/MultiUserReplicationSubsystem.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Private/Replication/MultiUserReplicationSubsystem.cpp |
UFUNCTION (BlueprintPure, Category="Multi-user",
Meta=(Keywords="Owning Offline Disconnected Reclaim Join Rejoin Client Find Stream Registered"))
TArray < FGuid > GetOwningOfflineClients
(
const FSoftObjectPath & ObjectPath
) const
A list of client descriptions representing offline clients that will attempt to reclaim properties associated with the object when they rejoin.