Navigation
API > API/Plugins > API/Plugins/ConcertClient > API/Plugins/ConcertClient/IConcertClient
Description
Sets the handle to the file sharing service. The client needs to prove to the server that they both can see the service. This file sharing service will ultimate get promoted to the workspace to be used during a working session.
| Name | SetFileSharingService |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertClient/Public/IConcertClient.h |
| Include Path | #include "IConcertClient.h" |
void SetFileSharingService
(
TSharedPtr < IConcertFileSharingService > InFileSharingService
)