Description
CollectionSelectionRandom (v1)
Selects randomly in the collection from the specified group
Input(s) : Collection [Intrinsic] - GeometryCollection for the selection RandomSeed - Seed for the random generation, only used if Deterministic is on RandomThreshold - Get selected if RandomValue < RandomThreshold
Output(s): Collection [Passthrough] - GeometryCollection for the selection Selection - Output selection. To set the selection type rt mouse click on the Selection output
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Selection |
| Type | FCollectionSelectionRandomDataflowNode |
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 |
|---|---|---|---|
| Collection | GeometryCollection for the selection | FManagedArrayCollection | () |
| RandomSeed | Seed for the random generation, only used if Deterministic is on | int32 | 0 |
| RandomThreshold | Get selected if RandomValue < RandomThreshold | float | 0.500000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection for the selection | FManagedArrayCollection | |
| Selection | Output selection. To set the selection type rt mouse click on the Selection output | FDataflowSelectionTypes |