Description
CollectionSelectionCustom (v1)
Creates any type of selection from a collection by using a comma separated list
Input(s) : Collection [Intrinsic] - GeometryCollection for the selection Indices - Comma separated list of indices (example: "0, 2, 5-10, 12-15") to specify the selection
Output(s): Collection [Passthrough] - GeometryCollection for the selection Selection - Selection from the indices. To set the selection type rt mouse click on the Selection output
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Selection |
| Type | FCollectionSelectionCustomDataflowNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection for the selection | FManagedArrayCollection | () |
| Indices | Comma separated list of indices (example: "0, 2, 5-10, 12-15") to specify the selection | FString |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection for the selection | FManagedArrayCollection | |
| Selection | Selection from the indices. To set the selection type rt mouse click on the Selection output | FDataflowSelectionTypes |