Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientWorkspace
Description
Attempt to lock the given resource.
Passing force will always assign the lock to the given endpoint, even if currently locked by another.
| Name | LockResources |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientWorkspace.h |
| Include Path | #include "IConcertClientWorkspace.h" |
TFuture < FConcertResourceLockResponse > LockResources
(
TArray < FName > InResourceName
)
True if the resource was locked (or already locked by the given endpoint), false otherwise.