Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Merge selected bones to their neighbors
| Name | FClusterMergeToNeighborsDataflowNode |
| 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 FClusterMergeToNeighborsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FClusterMergeToNeighborsDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FClusterMergeToNeighborsDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionClusteringNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| bOnlySameParent | bool | Whether to only allow clusters to merge if they have the same parent bone | Dataflow/GeometryCollectionClusteringNodes.h |
|
|
| bOnlyToConnected | bool | Whether to only allow clusters to merge if their bones are connected in the proximity graph | Dataflow/GeometryCollectionClusteringNodes.h |
|
|
| MinVolumeCubeRoot | float | 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 | Dataflow/GeometryCollectionClusteringNodes.h |
|
|
| NeighborSelectionMethod | EClusterNeighborSelectionMethodEnum | Method to choose which neighbor to merge | Dataflow/GeometryCollectionClusteringNodes.h |
|
|
| TransformSelection | DATAFLOW_NODE_DEFINE_INTERNAL(FClusterMergeToNeighborsDataflowNode, "ClusterMergeToNeighbors", "GeometryCollection | Cluster", "") public FDataflowTransformSelection | Collection on which to merge bones into a neighboring cluster 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 |