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