Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Cluster selected nodes under a new parent
| Name | FClusterDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionClusteringNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionClusteringNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FClusterDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FClusterDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FClusterDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionClusteringNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| TransformSelection | DATAFLOW_NODE_DEFINE_INTERNAL(FClusterDataflowNode, "Cluster", "GeometryCollection | Cluster", "") public FDataflowTransformSelection | Collection on which to cluster nodes Bone selection | Dataflow/GeometryCollectionClusteringNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionClusteringNodes.h |