Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Selects bones by a float attribute
| Name | FCollectionTransformSelectionByFloatAttrDataflowNode |
| 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 FCollectionTransformSelectionByFloatAttrDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionTransformSelectionByFloatAttrDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionTransformSelectionByFloatAttrDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | ||
|---|---|---|---|---|---|---|
| AttrName | FString | Attribute name | Dataflow/GeometryCollectionSelectionNodes.h |
|
||
| bInclusive | bool | If true then range includes Min and Max values | Dataflow/GeometryCollectionSelectionNodes.h |
|
||
| GroupName | DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionTransformSelectionByFloatAttrDataflowNode, "CollectionTransformSelectByFloatAttribute", "GeometryCollection | Selection | Transform", "") public FString | GeometryCollection for the selection Group name for the attr | Dataflow/GeometryCollectionSelectionNodes.h |
|
| Max | float | Maximum value for the selection | Dataflow/GeometryCollectionSelectionNodes.h |
|
||
| Min | float | Minimum value for the selection | Dataflow/GeometryCollectionSelectionNodes.h |
|
||
| RangeSetting | ERangeSettingEnum | Values for the selection has to be inside or outside [Min, Max] range | Dataflow/GeometryCollectionSelectionNodes.h |
|
||
| TransformSelection | FDataflowTransformSelection | Array of the selected bone indices | Dataflow/GeometryCollectionSelectionNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionSelectionNodes.h |