Navigation
API > API/Runtime > API/Runtime/Core
| Name | TDynamicSharedLock< FSharedRecursiveMutex > |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Async/SharedRecursiveMutex.h |
| Include Path | #include "Async/SharedRecursiveMutex.h" |
Syntax
template<>
class TDynamicSharedLock< FSharedRecursiveMutex >
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bLocked | bool | Async/SharedRecursiveMutex.h | ||
| Link | Core::Private::FSharedRecursiveMutexLink | Async/SharedRecursiveMutex.h | ||
| Mutex | FSharedRecursiveMutex * | Async/SharedRecursiveMutex.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TDynamicSharedLock() |
Async/SharedRecursiveMutex.h | ||
void Lock() |
Async/SharedRecursiveMutex.h | ||
bool OwnsLock() |
Async/SharedRecursiveMutex.h | ||
| Async/SharedRecursiveMutex.h | |||
TDynamicSharedLock
(
const TDynamicSharedLock& |
Async/SharedRecursiveMutex.h | ||
TDynamicSharedLock
(
FSharedRecursiveMutex& Lock |
Async/SharedRecursiveMutex.h | ||
TDynamicSharedLock
(
TDynamicSharedLock&& Other |
Async/SharedRecursiveMutex.h | ||
TDynamicSharedLock
(
FSharedRecursiveMutex& Lock, |
Async/SharedRecursiveMutex.h | ||
bool TryLock() |
Async/SharedRecursiveMutex.h | ||
void Unlock() |
Async/SharedRecursiveMutex.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Async/SharedRecursiveMutex.h | ||
TDynamicSharedLock & operator=
(
const TDynamicSharedLock& |
Async/SharedRecursiveMutex.h | ||
TDynamicSharedLock & operator=
(
TDynamicSharedLock&& Other |
Async/SharedRecursiveMutex.h |