IConcertClientWorkspace::LockResources

Attempt to lock the given resource.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientWorkspace.h

Include

#include "IConcertClientWorkspace.h"

Syntax

TFuture< FConcertResourceLockResponse > LockResources
(
    TArray< FName > InResourceName
)

Remarks

Attempt to lock the given resource. @note Passing force will always assign the lock to the given endpoint, even if currently locked by another.

Returns

True if the resource was locked (or already locked by the given endpoint), false otherwise.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss