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
CollectionTransformSelectionFromIndexArray (v1)
Convert index array to a transform selection
Input(s) : Collection [Intrinsic] - Collection to use for the selection. Note only valid bone indices for the collection will be included in the output selection. BoneIndices - Array of bone indices to convert to a trannsform selection
Output(s): Collection [Passthrough] - Collection to use for the selection. Note only valid bone indices for the collection will be included in the output selection. TransformSelection - Array of the selected bone indices
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Selection|Array |
| Type | FCollectionTransformSelectionFromIndexArrayDataflowNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection to use for the selection. Note only valid bone indices for the collection will be included in the output selection. | FManagedArrayCollection | () |
| BoneIndices | Array of bone indices to convert to a trannsform selection | TArray<int32> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection to use for the selection. Note only valid bone indices for the collection will be included in the output selection. | FManagedArrayCollection | |
| TransformSelection | Array of the selected bone indices | FDataflowTransformSelection |