Description
CollectionSelectionByPercentage (v1)
Selects specified percentage of elements in the collection from the specified group
Input(s) : Selection [Intrinsic] - Selection to selectt from by percentage Percentage - Percentage to keep from the elements RandomSeed - Seed for the random generation, only used if Deterministic is on
Output(s): Selection [Passthrough] - Selection to selectt from by percentage
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Selection |
| Type | FCollectionSelectionByPercentageDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bDeterministic | If true, it always generates the same result for the same RandomSeed | bool | False |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Selection | Selection to selectt from by percentage | FDataflowSelectionTypes | (Value=()) |
| Percentage | Percentage to keep from the elements | int32 | 100 |
| RandomSeed | Seed for the random generation, only used if Deterministic is on | int32 | 0 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Selection | Selection to selectt from by percentage | FDataflowSelectionTypes |