Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Converts GeometrySelection to VertexSelection
| Name | FGeometrySelectionToVertexSelectionDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FGeometrySelectionToVertexSelectionDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FGeometrySelectionToVertexSelectionDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGeometrySelectionToVertexSelectionDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | ||
|---|---|---|---|---|---|---|
| GeometryIndices | DATAFLOW_NODE_DEFINE_INTERNAL(FGeometrySelectionToVertexSelectionDataflowNode, "GeometrySelectionToVertexSelection", "GeometryCollection | Selection | All", "") public FString | GeometryCollection Space separated list of geometry indices to specify the selection when GeometrySelection is not connected | Dataflow/GeometryCollectionSelectionNodes.h |
|
| GeometrySelection | FDataflowGeometrySelection | Input geometry selection | Dataflow/GeometryCollectionSelectionNodes.h |
|
||
| VertexSelection | FDataflowVertexSelection | Vertex selection output | Dataflow/GeometryCollectionSelectionNodes.h |
|