FRWScopeLockType

A scope lifetime controlled Read or Write lock of referenced mutex object

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ScopeRWLock.h

Include

#include "Misc/ScopeRWLock.h"

Syntax

enum FRWScopeLockType
{
    SLT_ReadOnly    = 0,
    SLT_Write,
}

Values

Name

Description

SLT_ReadOnly

SLT_Write

Remarks

A scope lifetime controlled Read or Write lock of referenced mutex object

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