Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FCollectionTransformSelectionLevelDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FCollectionTransformSelectionLevelDataflowNode : public FDataflowNode
Remarks
Expand the selection to include all nodes with the same level as the selected nodes
Variables
| Type | Name | Description | |
|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionTransformSelectionLevelDataflowNode, "CollectionTransformSe... | Collection | Array of the selected bone indices GeometryCollection for the selection |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCollectionTransformSelectionLevelDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |