Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FClusterMagnetDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionClusteringNodes.h |
| Include | #include "Dataflow/GeometryCollectionClusteringNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FClusterMagnetDataflowNode : public FDataflowNode
Remarks
Cluster by grouping the selected bones with their adjacent, neighboring bones.
Variables
| Type | Name | Description | ||
|---|---|---|---|---|
| int32 | Iterations | How many layers of neighbors to include in the clusters i.e. if 1, only direct neighbors are clustered; if 2, neighbors of neighbors are included, etc. | ||
| DATAFLOW_NODE_DEFINE_INTERNAL(FClusterMagnetDataflowNode, "ClusterMagnet", "GeometryCollection | Clust... | TransformSelection | Collection on which to merge bones into a cluster Bone selection |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FClusterMagnetDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |