Description
CollectionVertexSelectByPercentage (v1)
Outputs the specified percentage of the selected vertices
Input(s) : VertexSelection [Intrinsic] - Array of the selected bone indices RandomSeed - Seed value for the random generation
Output(s): VertexSelection [Passthrough] - Array of the selected bone indices
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Selection|Vertex |
| Type | FCollectionVertexSelectionByPercentageDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Percentage | Percentage to keep from the original selection | int32 | 100 |
| bDeterministic | Sets the random generation to deterministic | bool | False |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| VertexSelection | Array of the selected bone indices | FDataflowVertexSelection | () |
| Percentage | Percentage to keep from the original selection | int32 | 100 |
| RandomSeed | Seed value for the random generation | float | -302.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| VertexSelection | Array of the selected bone indices | FDataflowVertexSelection |