Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FBitSetContainer
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
StructUtils/StructTypeBitSet.h |
|
|
Copy-constructor for creating a bitset from another bit array |
StructUtils/StructTypeBitSet.h |
|
|
Move-constructor for creating a bitset from another bit array |
StructUtils/StructTypeBitSet.h |
|
FConstBitSetContainer()
| |
|
| Name |
FConstBitSetContainer |
| Type |
function |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructTypeBitSet.h |
| Include Path |
#include "StructUtils/StructTypeBitSet.h" |
FConstBitSetContainer()
FConstBitSetContainer(const TBitArray<> &)
Description
Copy-constructor for creating a bitset from another bit array
| |
|
| Name |
FConstBitSetContainer |
| Type |
function |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructTypeBitSet.h |
| Include Path |
#include "StructUtils/StructTypeBitSet.h" |
FConstBitSetContainer
(
const TBitArray <> & Source
)
Parameters
| Name |
Remarks |
| Source |
The source bit array |
FConstBitSetContainer(TBitArray<> &&)
Description
Move-constructor for creating a bitset from another bit array
| |
|
| Name |
FConstBitSetContainer |
| Type |
function |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructTypeBitSet.h |
| Include Path |
#include "StructUtils/StructTypeBitSet.h" |
FConstBitSetContainer
(
TBitArray <> && Source
)
Parameters
| Name |
Remarks |
| Source |
The source bit array to move from |