Navigation
API > API/Plugins > API/Plugins/ConcertServer > API/Plugins/ConcertServer/IConcertServer
Description
Sets the handle to the file sharing service. The server needs to verify that it can access the challenge provided by the client to confirm they both have access to the file sharing service.
| Name | SetFileSharingService |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertServer/Public/IConcertServer.h |
| Include Path | #include "IConcertServer.h" |
void SetFileSharingService
(
TSharedPtr < IConcertFileSharingService > InFileSharingService
)