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