Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
Inheritance Hierarchy
- FDataflowSelection
- FDataflowFaceSelection
- FDataflowTransformSelection
- FDataflowVertexSelection
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowSelection.h |
| Include | #include "Dataflow/DataflowSelection.h" |
Syntax
struct FDataflowSelection
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AND
(
const FDataflowSelection& Other, |
||
| bool | AnySelected () |
||
| void | |||
| TArray< int32 > | AsArray () |
||
| const TBitArray & | GetBitArray () |
||
| void | Initialize
(
int32 NumBits, |
||
| void | Initialize
(
const FDataflowSelection& Other |
||
| void | Invert () |
||
| bool | IsSelected
(
int32 Idx |
||
| int32 | Num () |
||
| int32 | NumSelected () |
||
| void | OR
(
const FDataflowSelection& Other, |
||
| void | 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) | |
| void | SetFromArray
(
const TArray< int32 >& SelectionArr |
Sets the selection from a sparse array (it only contains the indices of the selected items) | |
| void | SetNotSelected
(
int32 Idx |
||
| void | SetSelected
(
int32 Idx |
||
| void | SetWithMask
(
const bool Value, |
||
| void | XOR
(
const FDataflowSelection& Other, |