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" |
int32 Find
(
bool bValue
) const
Remarks
Finds the first occurrence of the specified value (true/false) in the array, and returns the bit index. If the specified value is not found, INDEX_NONE is returned. The index of the first occurrence of the specified value (true/false), or INDEX_NONE if not found.
Parameters
| Name | Description |
|---|---|
| bValue | The value (true/false) to search for. |