Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
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
| Type | Name | Description | |
|---|---|---|---|
TConstStaticBitReference
(
const T& InData, |
Operators
| Type | Name | Description | |
|---|---|---|---|