FConcertLocalFileSharingService::CreateReader

Consumes a file corresponding to the unique file ID, if available.

Windows
MacOS
Linux

Override Hierarchy

IConcertFileSharingService::CreateReader()

FConcertLocalFileSharingService::CreateReader()

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 TSharedPtr< FArchive > CreateReader
(
    const FString & InFileId
)

Remarks

Consumes a file corresponding to the unique file ID, if available. The file is deleted from the service storage when the shared pointer goes out of scope.

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