Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/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 GetLockEvent
(
const int64 InLockEventId,
FConcertSyncLockEvent & OutLockEvent
) const
Remarks
Get a lock event from this database. True if the lock event was found, false otherwise.
Parameters
| Name | Description |
|---|---|
| InLockEventId | The ID of the lock event to find. |
| OutLockEvent | The lock event to populate with the result. |