Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Creates specified attribute on the incoming selection's group and sets specified value to selected elements, the nonselected elements will be set to default valu. If the attribute already exists then sets specified value to selected elements.
| Name | FCollectionSelectionToAttributeDataflowNode |
| 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 FCollectionSelectionToAttributeDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionSelectionToAttributeDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionSelectionToAttributeDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| Attribute | FString | Attribute for storing the selection | Dataflow/GeometryCollectionSelectionNodes.h |
|
|
| AttributeType | ESelectionToAttributeTypeFlags | Attribute type for storing the selection if not already in the collection | Dataflow/GeometryCollectionSelectionNodes.h |
|
|
| DefaultValue | FString | Attribute default value | Dataflow/GeometryCollectionSelectionNodes.h |
|
|
| Selection | DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionSelectionToAttributeDataflowNode, "CollectionSelectionToAttribute", "GeometryCollection | Selection", "") public FDataflowSelectionTypes | GeometryCollection input Selection input. | Dataflow/GeometryCollectionSelectionNodes.h |
|
| Value | FString | Attribute value | Dataflow/GeometryCollectionSelectionNodes.h |
|