Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Runs boolean operation on selection ( support all selection types )
| Name | FCollectionSelectionSetOperationDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT ()
struct FCollectionSelectionSetOperationDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionSelectionSetOperationDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionSelectionSetOperationDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| Selection | FDataflowSelectionTypes | Array of the selected bone indices after operation | Dataflow/GeometryCollectionSelectionNodes.h |
|
|
| SelectionA | DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionSelectionSetOperationDataflowNode, "CollectionSelectionSetOperation", "GeometryCollection | Selection", "") private FDataflowSelectionTypes | Boolean operation First Selection object | Dataflow/GeometryCollectionSelectionNodes.h |
|
| SelectionB | FDataflowSelectionTypes | Second Selection object | Dataflow/GeometryCollectionSelectionNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionSelectionNodes.h |