Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FCollectionSelectionByAttrDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FCollectionSelectionByAttrDataflowNode : public FDataflowNode
Remarks
Selects specified Vertices/Faces/Transforms in the GeometryCollection by using an attribute value Currently supported attribute types: float, int32, String, bool
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Attribute | Attribute for the selection | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionSelectionByAttrDataflowNode, "CollectionSelectByAttr", "Geo... | AttributeKey | GeometryCollection for the selection AttributeKey input | |
| FDataflowFaceSelection | FaceSelection | Face selection output | |
| FDataflowGeometrySelection | GeometrySelection | Geometry selection output | |
| ESelectionByAttrGroup | Group | Group | |
| FDataflowMaterialSelection | MaterialSelection | Material selection output | |
| ESelectionByAttrOperation | Operation | Operation | |
| FDataflowTransformSelection | TransformSelection | Transform selection output | |
| FString | Value | Attribute value for the operation | |
| FDataflowVertexSelection | VertexSelection | Vertex selection output |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCollectionSelectionByAttrDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |