This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
CollectionTransformSelectCustom (v2)
Selects specified bones in the GeometryCollection by using a comma separated list, e.g. "0, 2, 5-10, 12-15"
Input(s) : Collection [Intrinsic] - GeometryCollection for the selection
Output(s): Collection [Passthrough] - GeometryCollection for the selection TransformSelection - Array of the selected bone indices
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Selection|Transform |
| Type | FCollectionTransformSelectionCustomDataflowNode_v2 |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| BoneIndices | Comma separated list of single or a range of bone indices to specify the selection, e.g. "0, 2, 5-10, 12-15" | FString |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection for the selection | FManagedArrayCollection | () |
| BoneIndices | Comma separated list of single or a range of bone indices to specify the selection, e.g. "0, 2, 5-10, 12-15" | FString |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection for the selection | FManagedArrayCollection | |
| TransformSelection | Array of the selected bone indices | FDataflowTransformSelection |