Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetBitArrayHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ForAllSetBits
(
const StorageWordType* Storage, |
Net/Core/NetBitArray.h | ||
static void ForAllSetBits
(
const StorageWordType* StorageA, |
Net/Core/NetBitArray.h |
ForAllSetBits(const StorageWordType *, const uint32, const uint32, T &&)
| Name | ForAllSetBits |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
template<typename T>
static void ForAllSetBits
(
const StorageWordType * Storage,
const uint32 WordCount,
const uint32 BitCount,
T && Functor
)
ForAllSetBits(const StorageWordType , const StorageWordType , const uint32, const uint32, T &&, V &&)
| Name | ForAllSetBits |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
template<typename T, typename V>
static void ForAllSetBits
(
const StorageWordType * StorageA,
const StorageWordType * StorageB,
const uint32 WordCount,
const uint32 BitCount,
T && WordOpFunctor,
V && Functor
)