Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FDataflowSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetFromArray
(
const TArray< int32 >& SelectionArr |
Sets the selection from a sparse array (it only contains the indices of the selected items) | Dataflow/DataflowSelection.h | |
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) | Dataflow/DataflowSelection.h |
SetFromArray(const TArray< int32 > &)
Description
Sets the selection from a sparse array (it only contains the indices of the selected items)
| Name | SetFromArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowSelection.h |
| Include Path | #include "Dataflow/DataflowSelection.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Core/Private/Dataflow/DataflowSelection.cpp |
void SetFromArray
(
const TArray < int32 > & SelectionArr
)
SetFromArray(const TArray< bool > &)
Description
Sets the selection from a dense array (it contains a true/false element for every item) (for example from the "Internal" attr from FacesGroup)
| Name | SetFromArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowSelection.h |
| Include Path | #include "Dataflow/DataflowSelection.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Core/Private/Dataflow/DataflowSelection.cpp |
void SetFromArray
(
const TArray < bool > & SelectionArr
)