Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FMergeInCollectionDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionEditNodes.h |
| Include | #include "Dataflow/GeometryCollectionEditNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FMergeInCollectionDataflowNode : public FDataflowNode
Remarks
Merges selected bones into a single bone
Variables
| Type | Name | Description | |
|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FMergeInCollectionDataflowNode, "MergeInCollection", "GeometryCollecti... | TransformSelection | Fractured GeometryCollection to merge Transform selection for merging |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMergeInCollectionDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |