Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Selects elements which are contained in a transformed box Supported groups: Transform/Vertices/Faces/Geometry/Curves
| Name | FCollectionSelectionByPrimitiveDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FCollectionSelectionByPrimitiveDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionSelectionByPrimitiveDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionSelectionByPrimitiveDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| bAllElementsMustBeSelected | bool | If true then all elements must contained by the primitive (all vertices of a face, all vertices of a curve, etc.) | Dataflow/GeometryCollectionSelectionNodes.h |
|
|
| bPositiveSide | bool | Select elements on positive side of the plane. Only used for selection by plane. | Dataflow/GeometryCollectionSelectionNodes.h |
|
|
| PlaneSize | float | DebugDraw / Plane size | Dataflow/GeometryCollectionSelectionNodes.h |
|
|
| Primitive | DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionSelectionByPrimitiveDataflowNode, "CollectionSelectionByPrimitive", "GeometryCollection | Selection", "In BoundingBox Points Transformed") private FDataflowPrimitiveTypes | GeometryCollection for the selection Primitive used for the selection (Box, Sphere or Plane) | Dataflow/GeometryCollectionSelectionNodes.h |
|
| Selection | FDataflowSelectionTypes | Output selection | Dataflow/GeometryCollectionSelectionNodes.h |
|
|
| Transform | FTransform | Transform for the primitive | Dataflow/GeometryCollectionSelectionNodes.h |
|
|
| VertexPerEdge | int32 | DebugDraw / Vertex per edge | Dataflow/GeometryCollectionSelectionNodes.h |
|
Functions
Public
Public Virtual
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanDebugDrawViewMode
(
const FName& ViewModeName |
Dataflow/GeometryCollectionSelectionNodes.h | ||
virtual void DebugDraw
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionSelectionNodes.h | ||
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionSelectionNodes.h |