Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/TScopeLock
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScopeLock
(
TScopeLock&& |
PCGCommon.h | ||
TScopeLock
(
const TScopeLock& |
PCGCommon.h | ||
TScopeLock
(
LockType* InLock, |
PCGCommon.h | ||
TScopeLock
(
LockType& InLock, |
PCGCommon.h |
TScopeLock(TScopeLock &&)
| Name | TScopeLock |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path | #include "PCGCommon.h" |
TScopeLock
(
TScopeLock &&
)
TScopeLock(const TScopeLock &)
| Name | TScopeLock |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path | #include "PCGCommon.h" |
TScopeLock
(
const TScopeLock &
)
TScopeLock(LockType *, bool, bool)
| Name | TScopeLock |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path | #include "PCGCommon.h" |
TScopeLock
(
LockType * InLock,
bool bTryLock,
bool bInShouldLock
)
TScopeLock(LockType &, bool, bool)
| Name | TScopeLock |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path | #include "PCGCommon.h" |
TScopeLock
(
LockType & InLock,
bool bTryLock,
bool bInShouldLock
)