IConcertClientWorkspace::UnlockResources

Attempt to unlock 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 > UnlockResources
(
    TArray< FName > InResourceName
)

Remarks

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

Returns

True if the resource was unlocked, 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