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