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 GetLockActivityForEvent
&40;
const int64 InLockEventId,
FConcertSyncLockActivity & OutLockActivity
&41; const
Remarks
Get a lock activity for an event in this database. True if the lock activity was found, false otherwise.
Parameters
Name | Description |
---|---|
InLockEventId | The ID of the lock event to find the activity for. |
OutLockActivity | The lock activity to populate with the result. |