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 TStaticBitReference
Remarks
Used to read/write a bit in the static array as a bool.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TStaticBitReference
(
T& InData, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator=
(
const bool NewValue |