![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <WordMutex.h>
Public Member Functions | |
| constexpr | FWordMutex ()=default |
| FWordMutex (const FWordMutex &)=delete | |
| FWordMutex & | operator= (const FWordMutex &)=delete |
| bool | TryLock () |
| void | Lock () |
| void | Unlock () |
A mutex that is the size of a pointer and does not depend on ParkingLot.
Prefer FMutex to FWordMutex whenever possible. This mutex is not fair and does not support recursive locking.
|
constexprdefault |
|
delete |
|
inline |
|
delete |
|
inline |
|
inline |