UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Private::FOutputDevicesWriteScopeLock Class Reference

Public Member Functions

FORCEINLINE FOutputDevicesWriteScopeLock (FOutputDeviceRedirectorState &InState)
 
FORCEINLINE ~FOutputDevicesWriteScopeLock ()
 

Detailed Description

A scoped lock for writers of the OutputDevices arrays.

The write lock has the same access as the primary lock, and:

  • Must be locked to add or remove output devices.
  • Must not be entered when the thread holds a read, write, or primary lock.

Constructor & Destructor Documentation

◆ FOutputDevicesWriteScopeLock()

FORCEINLINE UE::Private::FOutputDevicesWriteScopeLock::FOutputDevicesWriteScopeLock ( FOutputDeviceRedirectorState InState)
inlineexplicit

◆ ~FOutputDevicesWriteScopeLock()

FORCEINLINE UE::Private::FOutputDevicesWriteScopeLock::~FOutputDevicesWriteScopeLock ( )
inline

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