FConcertLocalFileSharingService

Share files using a local directory.

Windows
MacOS
Linux

Inheritance Hierarchy

IConcertFileSharingService

FConcertLocalFileSharingService

References

Module

ConcertSyncCore

Header

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

Include

#include "ConcertLocalFileSharingService.h"

Syntax

class FConcertLocalFileSharingService : public IConcertFileSharingService

Remarks

Share files using a local directory. It works only for one client and one server running on the same machine.

This is mainly designed for the recovery system.

Constructors

Name Description

Public function

FConcertLocalFileSharingService

(
    const FString& Role
)

Construct the local file sharing service.

Destructors

Overridden from IConcertFileSharingService

Name Description

Public function Virtual

TSharedPtr< ...

 

CreateReader

(
    const FString& InFileId
)

Open a shared file for consumption.

Public function Virtual

bool

 

Publish

(
    const FString& Pathname,
    FString& OutFileId
)

Copy the specified files in a uniquely named file stored in the service directory for sharing.

Public function Virtual

bool

 

Publish

(
    FArchive& SrcAr,
    int64 Count,
    FString& OutFileId
)

Copies up to Count bytes contained in the archives in a uniquely named file stored in the service directory for sharing.

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