Navigation
API > API/Plugins > API/Plugins/PCG
| Name | TSharedScopeLock |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path | #include "PCGCommon.h" |
Syntax
template<typename SharedLockType>
class TSharedScopeLock
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| PCGCommon.h | |||
TSharedScopeLock
(
const TSharedScopeLock& |
PCGCommon.h | ||
TSharedScopeLock
(
SharedLockType& InSharedLock, |
PCGCommon.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TSharedScopeLock() |
PCGCommon.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShouldLock | bool | PCGCommon.h | ||
| SharedLock | UE::TDynamicSharedLock< SharedLockType > | PCGCommon.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedScopeLock & operator=
(
const TSharedScopeLock& |
PCGCommon.h | ||
| PCGCommon.h |