Description
CollectionTransformSelectByIntAttribute (v1)
Selects bones by an int attribute
Input(s) : Collection [Intrinsic] - GeometryCollection for the selection
Output(s): Collection [Passthrough] - GeometryCollection for the selection TransformSelection - Transform selection including the new indices
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Selection|Transform |
| Type | FCollectionTransformSelectionByIntAttrDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| GroupName | Group name for the attr | FString | Transform |
| AttrName | Attribute name | FString | |
| Min | Minimum value for the selection | int32 | 0 |
| Max | Maximum value for the selection | int32 | 1000 |
| RangeSetting | Values for the selection has to be inside or outside [Min, Max] range | ERangeSettingEnum | Dataflow_RangeSetting_InsideRange |
| bInclusive | If true then range includes Min and Max values | bool | True |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection for the selection | FManagedArrayCollection | () |
| Min | Minimum value for the selection | int32 | 0 |
| Max | Maximum value for the selection | int32 | 1000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection for the selection | FManagedArrayCollection | |
| TransformSelection | Transform selection including the new indices | FDataflowTransformSelection |