UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::TMutexScopeLock< MutexType > Class Template Reference

#include <Threading.h>

Public Member Functions

 TMutexScopeLock (MutexType &InMutex)
 
 ~TMutexScopeLock ()
 

Detailed Description

template<typename MutexType>
class Chaos::TMutexScopeLock< MutexType >

Templated RAII scope lock around generic mutex type

Constructor & Destructor Documentation

◆ TMutexScopeLock()

template<typename MutexType >
Chaos::TMutexScopeLock< MutexType >::TMutexScopeLock ( MutexType &  InMutex)
inline

◆ ~TMutexScopeLock()

template<typename MutexType >
Chaos::TMutexScopeLock< MutexType >::~TMutexScopeLock ( )
inline

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