Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Selects vertices they are contained in a transformed box DEPRECATED 5.8 - use FCollectionSelectionByPrimitiveDataflowNode instead
| Name | FCollectionVertexSelectionByBoxDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection, Deprecated="5.8"))
struct FCollectionVertexSelectionByBoxDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionVertexSelectionByBoxDataflowNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Box | FBox | Box to contain Vertices | Dataflow/GeometryCollectionSelectionNodes.h |
|
| BoxTransform | FTransform | Transform for the box | Dataflow/GeometryCollectionSelectionNodes.h |
|
| Collection | FManagedArrayCollection | GeometryCollection for the selection | Dataflow/GeometryCollectionSelectionNodes.h |
|
| VertexSelection | FDataflowVertexSelection | Selected vertices | Dataflow/GeometryCollectionSelectionNodes.h |
|