Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/IConcertFileSharingService > API/Plugins/ConcertSyncCore/IConcertFileSharingService/Publish
- IConcertFileSharingService::Publish()
- FConcertLocalFileSharingService::Publish()
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/IConcertFileSharingService.h |
| Include | #include "IConcertFileSharingService.h" |
bool Publish
&40;
const FString & Pathname,
FString & OutFileId
&41;
Remarks
Copy the specified files in a uniquely named file stored in the service directory for sharing. The lifetime of the shared file is implementation specific. True if the file was published successfully.
Parameters
| Name | Description |
|---|---|
| Pathname | The file to copy and share. |
| OutFileId | The ID of the published file. The publisher is expected to send the ID through the Concert transport layer to the consumer(s) (request/response/event). |