Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Selects specified Vertices/Faces/Transforms in the GeometryCollection by using an attribute value Currently supported attribute types: float, int32, String, bool
| Name | FCollectionSelectionByAttrDataflowNode |
| 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 FCollectionSelectionByAttrDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionSelectionByAttrDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionSelectionByAttrDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Attribute | FString | Attribute for the selection | Dataflow/GeometryCollectionSelectionNodes.h |
|
| AttributeKey | FCollectionAttributeKey | AttributeKey input | Dataflow/GeometryCollectionSelectionNodes.h |
|
| Collection | FManagedArrayCollection | GeometryCollection for the selection | Dataflow/GeometryCollectionSelectionNodes.h |
|
| FaceSelection | FDataflowFaceSelection | Face selection output | Dataflow/GeometryCollectionSelectionNodes.h |
|
| GeometrySelection | FDataflowGeometrySelection | Geometry selection output | Dataflow/GeometryCollectionSelectionNodes.h |
|
| Group | ESelectionByAttrGroup | Group | Dataflow/GeometryCollectionSelectionNodes.h |
|
| MaterialSelection | FDataflowMaterialSelection | Material selection output | Dataflow/GeometryCollectionSelectionNodes.h |
|
| Operation | ESelectionByAttrOperation | Operation | Dataflow/GeometryCollectionSelectionNodes.h |
|
| TransformSelection | FDataflowTransformSelection | Transform selection output | Dataflow/GeometryCollectionSelectionNodes.h |
|
| Value | FString | Attribute value for the operation | Dataflow/GeometryCollectionSelectionNodes.h |
|
| VertexSelection | FDataflowVertexSelection | Vertex selection output | Dataflow/GeometryCollectionSelectionNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FCollectionSelectionByAttrDataflowNode, |
Dataflow/GeometryCollectionSelectionNodes.h | ||
FGeometryCollection::StaticType() |
Dataflow/GeometryCollectionSelectionNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionSelectionNodes.h |