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