![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "HAL/PlatformMutex.h"Go to the source code of this file.
Classes | |
| class | UE::FPlatformRWLock |
Namespaces | |
| namespace | UE |
Typedefs | |
| using | FCriticalSection = UE::FPlatformRecursiveMutex |
| using | FRWLock = UE::FPlatformRWLock |
| using | FSystemWideCriticalSection = UE::FPlatformSystemWideMutex |
Alias for a mutex that supports recursive locking and may not be fair.
| using FRWLock = UE::FPlatformRWLock |
Alias for a shared mutex that does not support recursive locking and may not be fair.
Alias for a system-wide (cross-process) mutex that does not support recursive locking and may not be fair.