FConstBitReference

Used to read 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 FConstBitReference

Remarks

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

Constructors

Name Description

Public function

FConstBitReference

(
    const uint32& InData,
    uint32 InMask
)

Operators

Name Description

Public function Const

 

operator bool()

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