Navigation
API > API/Runtime > API/Runtime/Core
| Name | FSharedRecursiveMutexLink |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Async/SharedRecursiveMutex.h |
| Include Path | #include "Async/SharedRecursiveMutex.h" |
Syntax
struct FSharedRecursiveMutexLink
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Next | FSharedRecursiveMutexLink * | Async/SharedRecursiveMutex.h | ||
| OwnedMutex | const FSharedRecursiveMutex * | Async/SharedRecursiveMutex.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Pop() |
Async/SharedRecursiveMutex.h | ||
void Push
(
const FSharedRecursiveMutex* Mutex |
Async/SharedRecursiveMutex.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Owns
(
const FSharedRecursiveMutex* Mutex |
Async/SharedRecursiveMutex.h |