FBitReference

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

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/BitArray.h

Include

#include "Containers/BitArray.h"

Syntax

class FBitReference

Remarks

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

Constructors

Name Description

Public function

FBitReference

(
    uint32& InData,
    uint32 InMask
)

Functions

Name Description

Public function

void

 

AtomicSet

(
    const bool NewValue
)

Operators

Name Description

Public function Const

 

operator bool()

Public function

void

 

operator&=

(
    const bool NewValue
)

Public function

void

 

operator|=

(
    const bool NewValue
)

Public function

void

 

operator=

(
    const bool NewValue
)

Public function

FBitReferenc...

 

operator=

(
    const FBitReference& Copy
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss