Navigation
API > API/Plugins > API/Plugins/ConcertSyncServer > API/Plugins/ConcertSyncServer/IConcertSyncServer
Description
Set the file sharing service, enabling the server to work with large files. The server sharing service must be compatible with the client one.
| Name | SetFileSharingService |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncServer/Source/ConcertSyncServer/Public/IConcertSyncServer.h |
| Include Path | #include "IConcertSyncServer.h" |
void SetFileSharingService
(
TSharedPtr < IConcertFileSharingService > InFileSharingService
)