Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMutex
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FMutex () |
Async/Mutex.h | ||
FMutex
(
FAcquireLock |
Construct in a locked state. Avoids an expensive compare-and-swap at creation time. | Async/Mutex.h | |
| Async/Mutex.h |
FMutex()
| Name | FMutex |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Mutex.h |
| Include Path | #include "Async/Mutex.h" |
constexpr FMutex()
FMutex(FAcquireLock)
Description
Construct in a locked state. Avoids an expensive compare-and-swap at creation time.
| Name | FMutex |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Mutex.h |
| Include Path | #include "Async/Mutex.h" |
FMutex
(
FAcquireLock
)
FMutex(const FMutex &)
| Name | FMutex |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Mutex.h |
| Include Path | #include "Async/Mutex.h" |
FMutex
(
const FMutex &
)