Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FCollectionTransformSelectionInBoxDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FCollectionTransformSelectionInBoxDataflowNode : public FDataflowNode
Remarks
Selects bones if their Vertices/BoundingBox/Centroid in a box
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllVerticesMustContainedInBox | If true all the vertices of the piece must be inside of box | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionTransformSelectionInBoxDataflowNode, "CollectionTransformSe... | Box | GeometryCollection for the selection Box to contain Vertices/BoundingBox/Centroid | |
| FTransform | Transform | Transform for the box | |
| FDataflowTransformSelection | TransformSelection | Array of the selected bone indicies | |
| ESelectSubjectTypeEnum | Type | Subject (Vertices/BoundingBox/Centroid) to check against box |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCollectionTransformSelectionInBoxDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |