Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetBitArrayView
Description
Overwrite this bit array with the result of a word operation from two other arrays
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
template<typename WordOpFunctor>
void Set
(
const FNetBitArrayView & First,
WordOpFunctor && WordOp,
const FNetBitArrayView & Second
)
Parameters
| Name | Remarks |
|---|---|
| First | The first bit array to pass in the word operation |
| WordOp | The operation to perform on the two bit arrays |
| Second | The second bit array to pass in the word operation |
See Also
-
FNetBitArrayHelper::AndOp
-
FNetBitArrayHelper::AndNotOp
-
FNetBitArrayHelper::OrOp
-
FNetBitArrayHelper::XorOp