TConstStaticBitReference

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

Remarks

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

Constructors

Name Description

Public function

TConstStaticBitReference

(
    const T& InData,
    T 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