Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FClusterFlattenDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionClusteringNodes.h |
| Include | #include "Dataflow/GeometryCollectionClusteringNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FClusterFlattenDataflowNode : public FDataflowNode
Remarks
Flattens selected bones. If no selection is provided, flattens all bones to level 1
Variables
| Type | Name | Description | ||
|---|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FClusterFlattenDataflowNode, "Flatten", "GeometryCollection | Cluster", ... | OptionalTransformSelection | Fractured GeometryCollection to flatten If connected, clusters under the selected bones will be flattened. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FClusterFlattenDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |