Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertSyncSessionDatabase
Description
Load the package data for the given filename.
The archive passed as output is only valid during the callback, its position is set at the beginning of the data (not necessarily zero) and may contain data passed the supplied size.
| Name | LoadPackage |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionDatabase.h |
| Include Path | #include "ConcertSyncSessionDatabase.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertSyncSessionDatabase.cpp |
bool LoadPackage
(
const FString & InPackageBlobFilename,
const TFunctionRef < void &)> & PackageDataStreamFn
) const
True if the package data was loaded, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InPackageBlobFilename | The blob filename containing the package data to extract. |
| PackageDataStreamFn | Callback invoked to let the caller stream the package data. |