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 AddPackageEvent
&40;
const FConcertPackageInfo & InPackageInfo,
FConcertPackageDataStream & InPackageDataStream,
int64 & OutPackageEventId
&41;
Remarks
Add a new package event to this database, assigning it a package event ID. True if the package event was added, false otherwise.
Parameters
Name | Description |
---|---|
InPackageInfo | The package info to add for this event. |
InPackageDataStream | The package data to add for this event (may be empty if the event doesn't carry package data). |
OutPackageEventId | Populated with the ID of the package event in the database. |