Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FCollectionTransformSelectionByIntAttrDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FCollectionTransformSelectionByIntAttrDataflowNode : public FDataflowNode
Remarks
Selects bones by an int attribute
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AttrName | Attribute name | |
| bool | bInclusive | If true then range includes Min and Max values | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionTransformSelectionByIntAttrDataflowNode, "CollectionTransfo... | GroupName | GeometryCollection for the selection Group name for the attr | |
| int32 | Max | Maximum value for the selection | |
| int32 | Min | Minimum value for the selection | |
| ERangeSettingEnum | RangeSetting | Values for the selection has to be inside or outside [Min, Max] range | |
| FDataflowTransformSelection | TransformSelection | Transform selection including the new indicies |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCollectionTransformSelectionByIntAttrDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |