Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertSyncSessionDatabase
Description
Set a package activity in this database, creating or replacing it.
The endpoint ID referenced by the activity must exist in the database (
This function is expected to be called on the client to populate its version of the session database from data synced from the server.
| Name | SetPackageActivity |
| 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 SetPackageActivity
(
const FConcertSyncActivity & InPackageActivity,
FConcertSyncPackageEventData & InPackageActivityEvent,
const bool bMetaDataOnly
)
True if the package activity was set, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InPackageActivity | The base part of the package activity to set. |
| InPackageActivityEvent | The event meta data (package info + revision) and possibly the corresponding package data. |
| bMetaDataOnly | True to store the meta data only, omitting the package data itself. |
See Also
- SetEndpoint).