Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertLocalFileSharingService
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Copies the specified file in the service storage and return a unique ID required to consume it back. | ConcertLocalFileSharingService.h | ||
| Copies the content of the archive in the service storage and return a unique ID required to consume it back. | ConcertLocalFileSharingService.h |
Publish(const FString &, FString &)
Description
Copies the specified file in the service storage and return a unique ID required to consume it back. The stored file expires in 1 hour.
| Name | Publish |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertLocalFileSharingService.h |
| Include Path | #include "ConcertLocalFileSharingService.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertLocalFileSharingService.cpp |
virtual bool Publish
(
const FString & Pathname,
FString & OutFileId
)
Publish(FArchive &, int64, FString &)
Description
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.
| Name | Publish |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertLocalFileSharingService.h |
| Include Path | #include "ConcertLocalFileSharingService.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertLocalFileSharingService.cpp |
virtual bool Publish
(
FArchive & SrcAr,
int64 Size,
FString & OutFileId
)