Navigation
API > API/Runtime > API/Runtime/Core
Used to reference a bit in an unspecified bit array.
| Name | FRelativeBitReference |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include Path | #include "Containers/BitArray.h" |
Syntax
class FRelativeBitReference
Derived Classes
FRelativeBitReference derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRelativeBitReference
(
int32 BitIndex |
Containers/BitArray.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mask | uint32 | Containers/BitArray.h | ||
| WordIndex | int32 | Containers/BitArray.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
FRelativeBitReference Other |
Containers/BitArray.h | ||
bool operator==
(
FRelativeBitReference Other |
Containers/BitArray.h |