UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TStaticBitReference< T > Class Template Reference

#include <StaticBitArray.h>

Public Member Functions

 TStaticBitReference (T &InData, T InMask)
 
UE_FORCEINLINE_HINT operator bool () const
 
void operator= (const bool NewValue)
 

Detailed Description

template<typename T>
class TStaticBitReference< T >

Used to read/write a bit in the static array as a bool.

Constructor & Destructor Documentation

◆ TStaticBitReference()

template<typename T >
TStaticBitReference< T >::TStaticBitReference ( T &  InData,
InMask 
)
inline

Member Function Documentation

◆ operator bool()

template<typename T >
UE_FORCEINLINE_HINT TStaticBitReference< T >::operator bool ( ) const
inline

◆ operator=()

template<typename T >
void TStaticBitReference< T >::operator= ( const bool  NewValue)
inline

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