Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FClusterMergeToNeighborsDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionClusteringNodes.h |
| Include | #include "Dataflow/GeometryCollectionClusteringNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FClusterMergeToNeighborsDataflowNode : public FDataflowNode
Remarks
Merge selected bones to their neighbors
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOnlySameParent | Whether to only allow clusters to merge if they have the same parent bone | |
| bool | bOnlyToConnected | Whether to only allow clusters to merge if their bones are connected in the proximity graph | |
| float | MinVolumeCubeRoot | Size (cube root of volume) of minimum desired post-merge clusters; if > 0, selected clusters may be merged multiple times until the cluster size is above this value | |
| EClusterNeighborSelectionMethodEnum | NeighborSelectionMethod | Method to choose which neighbor to merge | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FClusterMergeToNeighborsDataflowNode, "ClusterMergeToNeighbors", "Geom... | TransformSelection | Collection on which to merge bones into a neighboring cluster Bone selection |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FClusterMergeToNeighborsDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |