FConcertLocalFileSharingService::FConcertLocalFileSharingService

Construct the local file sharing service.

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertLocalFileSharingService.h

Include

#include "ConcertLocalFileSharingService.h"

Source

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertLocalFileSharingService.cpp

Syntax

FConcertLocalFileSharingService
(
    const FString & Role
)

Remarks

Construct the local file sharing service.

Parameters

Parameter

Description

Role

Appended to the shared directory (like DisasterRecovery) as a hint for the temp folder purpose. Client and server must use the same value. @note The service uses the Engine intermediate directory to share the files. The files are automatically deleted after consumption. In case of crash the temporary shared files are deleted on next reboot if no other client/server on the machine are not running.

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