Navigation
Unreal Engine C++ API Reference > Plugins > ConcertSyncCore > FConcertSyncSessionDatabase
References
Module | ConcertSyncCore |
Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionDatabase.h |
Include | #include "ConcertSyncSessionDatabase.h" |
Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertSyncSessionDatabase.cpp |
bool SetPackageActivity
&40;
const FConcertSyncActivity & InPackageActivity,
FConcertSyncPackageEventData & InPackageActivityEvent,
const bool bMetaDataOnly
&41;
Remarks
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. True if the package activity was set, false otherwise.
Parameters
Name | Description |
---|---|
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. |