![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SharedLock.h>
Public Member Functions | |
| TSharedLock (const TSharedLock &)=delete | |
| TSharedLock & | operator= (const TSharedLock &)=delete |
| TSharedLock (LockType &Lock) | |
| ~TSharedLock () | |
A basic shared mutex ownership wrapper that locks on construction and unlocks on destruction.
LockType must contain LockShared() and UnlockShared() functions.
Use with mutex types like FSharedMutex and FSharedRecursiveMutex.
|
delete |
|
inlineexplicit |
|
inline |
|
delete |