IConcertClientWorkspace::AreResourcesLockedBy

Verify if resources are locked by a particular client

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

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

Include

#include "IConcertClientWorkspace.h"

Syntax

bool AreResourcesLockedBy
(
    TArrayView< const FName > ResourceNames,
    const FGuid & ClientId
)

Remarks

Verify if resources are locked by a particular client

Returns

true if all resources in ResourceNames are locked by ClientId @note passing an invalid client id will return true if all resources are unlocked

Parameters

Parameter

Description

ResourceNames

list of resources path to verify

ClientId

the client id to verify

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