![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GenericPlatformMutex.h>
Public Member Functions | |
| TGenericPlatformSharedMutex (const TGenericPlatformSharedMutex &)=delete | |
| TGenericPlatformSharedMutex & | operator= (const TGenericPlatformSharedMutex &)=delete |
| TGenericPlatformSharedMutex ()=default | |
| ~TGenericPlatformSharedMutex ()=default | |
| UE_FORCEINLINE_HINT bool | TryLock () |
| UE_FORCEINLINE_HINT void | Lock () |
| UE_FORCEINLINE_HINT void | Unlock () |
| UE_FORCEINLINE_HINT bool | TryLockShared () |
| UE_FORCEINLINE_HINT void | LockShared () |
| UE_FORCEINLINE_HINT void | UnlockShared () |
TGenericPlatformSharedMutex - Read/Write Mutex
|
delete |
|
default |
|
default |
|
inline |
|
inline |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |