Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FCollectionTransformSelectionSetOperationDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FCollectionTransformSelectionSetOperationDataflowNode : public FDataflowNode
Remarks
Runs boolean operation on TransformSelections
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDataflowTransformSelection | TransformSelection | Array of the selected bone indicies after operation | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionTransformSelectionSetOperationDataflowNode, "CollectionTran... | TransformSelectionA | Boolean operation Array of the selected bone indicies | |
| FDataflowTransformSelection | TransformSelectionB | Array of the selected bone indicies |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCollectionTransformSelectionSetOperationDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |