UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRelativeBitReference Class Reference

#include <BitArray.h>

+ Inheritance diagram for FRelativeBitReference:

Public Member Functions

UE_FORCEINLINE_HINT FRelativeBitReference (int32 BitIndex)
 
UE_FORCEINLINE_HINT bool operator== (FRelativeBitReference Other) const
 
UE_FORCEINLINE_HINT bool operator!= (FRelativeBitReference Other) const
 

Public Attributes

int32 WordIndex
 
uint32 Mask
 

Detailed Description

Used to reference a bit in an unspecified bit array.

Constructor & Destructor Documentation

◆ FRelativeBitReference()

UE_FORCEINLINE_HINT FRelativeBitReference::FRelativeBitReference ( int32  BitIndex)
inlineexplicit

Member Function Documentation

◆ operator!=()

UE_FORCEINLINE_HINT bool FRelativeBitReference::operator!= ( FRelativeBitReference  Other) const
inline

◆ operator==()

UE_FORCEINLINE_HINT bool FRelativeBitReference::operator== ( FRelativeBitReference  Other) const
inline

Member Data Documentation

◆ Mask

uint32 FRelativeBitReference::Mask

◆ WordIndex

int32 FRelativeBitReference::WordIndex

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