UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTransactionallySafeStripedMapLockingPolicy Struct Reference

#include <StripedMap.h>

Public Types

typedef FTransactionallySafeRWLock MutexType
 
typedef UE::TWriteScopeLock< MutexTypeExclusiveLockType
 
typedef UE::TReadScopeLock< MutexTypeSharedLockType
 

Detailed Description

This locking policy uses a FTransactionallySafeRWLock which supports AutoRTFM but is backed by a RWLock which consumes OS resources.

Member Typedef Documentation

◆ ExclusiveLockType

◆ MutexType

◆ SharedLockType


The documentation for this struct was generated from the following file: