Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/TSharedScopeLock
Overloads
TSharedScopeLock(TSharedScopeLock &&)
| |
|
| Name |
TSharedScopeLock |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path |
#include "PCGCommon.h" |
TSharedScopeLock
(
TSharedScopeLock &&
)
TSharedScopeLock(const TSharedScopeLock &)
| |
|
| Name |
TSharedScopeLock |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path |
#include "PCGCommon.h" |
TSharedScopeLock
(
const TSharedScopeLock &
)
TSharedScopeLock(SharedLockType &, bool)
| |
|
| Name |
TSharedScopeLock |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path |
#include "PCGCommon.h" |
TSharedScopeLock
(
SharedLockType & InSharedLock,
bool bInShouldLock
)