Navigation
API > API/Runtime > API/Runtime/Core
Adapter for FPlatformSharedMutex to the API expected for FRWLock.
| Name | FPlatformRWLock |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/CriticalSection.h |
| Include Path | #include "HAL/CriticalSection.h" |
Syntax
class FPlatformRWLock
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mutex | FPlatformSharedMutex | HAL/CriticalSection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ReadLock() |
HAL/CriticalSection.h | ||
void ReadUnlock() |
HAL/CriticalSection.h | ||
bool TryReadLock() |
HAL/CriticalSection.h | ||
bool TryWriteLock() |
HAL/CriticalSection.h | ||
void WriteLock() |
HAL/CriticalSection.h | ||
void WriteUnlock() |
HAL/CriticalSection.h |