TGenericPlatformRWLock

[TGenericPlatformRWLock](API\Runtime\Core\GenericPlatform\TGenericPlatformRWLock) - Read/Write Mutex

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCriticalSection.h

Include

#include "GenericPlatform/GenericPlatformCriticalSection.h"

Syntax

template<class CriticalSection>
class TGenericPlatformRWLock

Remarks

TGenericPlatformRWLock - Read/Write Mutex

  • Provides non-recursive Read/Write (or shared-exclusive) access.

  • As a fallback default for non implemented platforms, using a single FCriticalSection to provide complete single mutual exclusion - no seperate Read/Write access.

Constructors

Name Description

Public function

TGenericPlatformRWLock()

Destructors

Name Description

Public function

~TGenericPlatformRWLock()

Functions

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss