IConcertSyncClient::SetFileSharingService

Set the file sharing service, enabling the server to work with large files.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertSyncClient.h

Include

#include "IConcertSyncClient.h"

Syntax

void SetFileSharingService
(
    TSharedPtr< IConcertFileSharingService > InFileSharingService
)

Remarks

Set the file sharing service, enabling the server to work with large files. The client and the server must use compatible sharing services. The service must be set prior establishing a connection.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss