Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Selects specified Vertices/Faces/Transforms/.... in the collection by using an attribute value Currently supported attribute types: float, int32, String, bool
| Name | FCollectionSelectionByAttributeDataflowNode |
| 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 FCollectionSelectionByAttributeDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionSelectionByAttributeDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionSelectionByAttributeDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| Attribute | DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionSelectionByAttributeDataflowNode, "CollectionSelectionByAttribute", "GeometryCollection | Selection", "") public FString | GeometryCollection for the selection Attribute for the selection | Dataflow/GeometryCollectionSelectionNodes.h |
|
| Operation | ESelectionByAttrOperation | Operation | Dataflow/GeometryCollectionSelectionNodes.h |
|
|
| Selection | FDataflowSelectionTypes | Selection output. To set the selection type rt mouse click on the Selection output | Dataflow/GeometryCollectionSelectionNodes.h |
|
|
| Value | FString | Attribute value for the operation | Dataflow/GeometryCollectionSelectionNodes.h |
|