Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TBitArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/BitArray.h |
| Include | #include "Containers/BitArray.h" |
bool Contains
&40;
bool bValue
&41; const
Remarks
Checks if the array contains the specified value (true/false). true if the array contains the specified value, false otherwise.
Parameters
| Name | Description |
|---|---|
| bValue | The value (true/false) to check for. |