Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Runs boolean operation on VertexSelections Deprecated (5.6) : use the generic CollectionSelectionSetOperation node instead
| Name | FCollectionVertexSelectionSetOperationDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(Deprecated="5.6"))
struct FCollectionVertexSelectionSetOperationDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionVertexSelectionSetOperationDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionVertexSelectionSetOperationDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | ||
|---|---|---|---|---|---|---|
| VertexSelection | FDataflowVertexSelection | Array of the selected vertex indices after operation | Dataflow/GeometryCollectionSelectionNodes.h |
|
||
| VertexSelectionA | DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionVertexSelectionSetOperationDataflowNode, "CollectionVertexSelectionSetOperation", "GeometryCollection | Selection | Vertex", "") public FDataflowVertexSelection | Boolean operation Array of the selected vertex indices | Dataflow/GeometryCollectionSelectionNodes.h |
|
| VertexSelectionB | FDataflowVertexSelection | Array of the selected vertex indices | Dataflow/GeometryCollectionSelectionNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionSelectionNodes.h |