Navigation
API > API/Runtime > API/Runtime/Core
Used to read a bit in the array as a bool.
| Name | FConstBitReference |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include Path | #include "Containers/BitArray.h" |
Syntax
class FConstBitReference
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstBitReference
(
const uint32& InData, |
Containers/BitArray.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | const uint32 & | Containers/BitArray.h | ||
| Mask | uint32 | Containers/BitArray.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Containers/BitArray.h |