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 EnumerateLockActivities
(
TFunctionRef < bool &&)> InCallback
) const
Remarks
Enumerate all the lock activities in this database. True if the lock activities were enumerated without error, false otherwise.
Parameters
Name | Description |
---|---|
InCallback | Callback invoked for each activity; return true to continue enumeration, or false to stop. |