TStaticBitReference

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/StaticBitArray.h"

Syntax

template<typename T>
class TStaticBitReference

Remarks

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

Constructors

Name Description

Public function

TStaticBitReference

(
    T& InData,
    T InMask
)

Operators

Name Description

Public function Const

 

operator bool()

Public function

void

 

operator=

(
    const bool NewValue
)

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