![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Mutex.h>
Classes | |
| struct | FParams |
Public Member Functions | |
| constexpr | FMutex ()=default |
| FMutex (FAcquireLock) | |
| FMutex (const FMutex &)=delete | |
| FMutex & | operator= (const FMutex &)=delete |
| bool | IsLocked () const |
| bool | TryLock () |
| void | Lock () |
| void | Unlock () |
A one-byte mutex that is not fair and does not support recursive locking.
|
constexprdefault |
|
inlineexplicit |
Construct in a locked state. Avoids an expensive compare-and-swap at creation time.
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |