#include <DataflowSelection.h>
◆ FDataflowSelection() [1/2]
| FDataflowSelection::FDataflowSelection |
( |
| ) |
|
|
inline |
◆ FDataflowSelection() [2/2]
| FDataflowSelection::FDataflowSelection |
( |
FName |
InGroupName | ) |
|
|
inline |
◆ AND()
◆ AnySelected()
| bool FDataflowSelection::AnySelected |
( |
| ) |
const |
◆ AsArray() [1/2]
◆ AsArray() [2/2]
◆ AsArrayValidated() [1/2]
◆ AsArrayValidated() [2/2]
◆ Clear()
| void FDataflowSelection::Clear |
( |
| ) |
|
◆ GetBitArray()
| const TBitArray & FDataflowSelection::GetBitArray |
( |
| ) |
const |
|
inline |
◆ InitFromArray()
Initialize from a Collection and an array
- Returns
- true if all indices were successfully set, false if some indices were invalid and could not be set
◆ Initialize() [1/2]
◆ Initialize() [2/2]
| void FDataflowSelection::Initialize |
( |
int32 |
NumBits, |
|
|
bool |
Value |
|
) |
| |
◆ InitializeFromCollection()
◆ Invert()
| void FDataflowSelection::Invert |
( |
| ) |
|
|
inline |
◆ IsSelected()
| bool FDataflowSelection::IsSelected |
( |
int32 |
Idx | ) |
const |
|
inline |
◆ IsValidForCollection()
◆ IsValidIndex()
| bool FDataflowSelection::IsValidIndex |
( |
int32 |
Idx | ) |
const |
|
inline |
◆ Num()
| int32 FDataflowSelection::Num |
( |
| ) |
const |
|
inline |
◆ NumSelected()
| int32 FDataflowSelection::NumSelected |
( |
| ) |
const |
◆ OR()
◆ SetFromArray() [1/2]
| void FDataflowSelection::SetFromArray |
( |
const TArray< bool > & |
SelectionArr | ) |
|
Sets the selection from a dense array (it contains a true/false element for every item) (for example from the "Internal" attr from FacesGroup)
◆ SetFromArray() [2/2]
| bool FDataflowSelection::SetFromArray |
( |
const TArray< int32 > & |
SelectionArr | ) |
|
Sets the selection from a sparse array (it only contains the indices of the selected items)
- Returns
- true if all indices were successfully set, false if some indices were invalid and could not be set
◆ SetNotSelected()
| void FDataflowSelection::SetNotSelected |
( |
int32 |
Idx | ) |
|
|
inline |
◆ SetSelected() [1/2]
| void FDataflowSelection::SetSelected |
( |
int32 |
Idx | ) |
|
|
inline |
◆ SetSelected() [2/2]
◆ SetWithMask()
◆ Subtract()
◆ ToString()
| FString FDataflowSelection::ToString |
( |
| ) |
|
Print selection in "Selected Transforms: 23 of 34" format;
◆ XOR()
The documentation for this struct was generated from the following files: