Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientReplicationManager
Description
Requests from the server to change the authority over some objects.
This future can finish on any thread (e.g. when message endpoint times out); usually it finishes on the game thread.
| Name | RequestAuthorityChange |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/Replication/IConcertClientReplicationManager.h |
| Include Path | #include "Replication/IConcertClientReplicationManager.h" |
TFuture < FConcertReplication_ChangeAuthority_Response > RequestAuthorityChange
(
FConcertReplication_ChangeAuthority_Request Args
)