FConcertLocalFileSharingService::Publish

Copies the content of the archive in the service storage and return a unique ID required to consume it back.

Windows
MacOS
Linux

Override Hierarchy

IConcertFileSharingService::Publish()

FConcertLocalFileSharingService::Publish()

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

virtual bool Publish
(
    FArchive & SrcAr,
    int64 Size,
    FString & OutFileId
)

Remarks

Copies the content of the archive in the service storage and return a unique ID required to consume it back. The stored file expires in 1 hour.

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