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 MapResourceNamesForLock
&40;
const int64 InLockEventId,
const TArray< FName > & InResourceNames
&41;
Remarks
Map the resource names so that they have an association with the given lock event ID in this database. True if the resource name references were mapped, false otherwise.
Parameters
Name | Description |
---|---|
InLockEventId | The lock event ID to map resource references to. |
InResourceNames | The array of resource names to map. |