Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Converts Vertex/Face/Transform selection into Vertex/Face/Transform selection Supported groups: Transform/Vertices/Faces/Geometry/Curves
| Name | FCollectionSelectionConvertDataflowNode_v2 |
| 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 FCollectionSelectionConvertDataflowNode_v2 : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionSelectionConvertDataflowNode_v2
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionSelectionConvertDataflowNode_v2
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| bAllElementsMustBeSelected | bool | If true then for converting vertex/face selection to transform selection all vertex/face must be selected for selecting the associated transform | Dataflow/GeometryCollectionSelectionNodes.h |
|
|
| Selection | DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionSelectionConvertDataflowNode_v2, "CollectionSelectionConvert", "GeometryCollection | Selection", "") public FDataflowSelectionTypes | GeometryCollection for the selection Vertex/Face/Transform selection to convert. | Dataflow/GeometryCollectionSelectionNodes.h |
|