Description
BranchCollection (v1)
Branch between two Managed Array Collections based on Boolean condition
Input(s) : TrueCollection - Collection input for the 'true' case FalseCollection - Collection input for the 'false' case
Output(s): ChosenCollection - Output Collection
Information
| Module | GeometryCollectionNodes |
| Category | Utilities|FlowControl |
| Type | FBranchCollectionDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bCondition | Condition to select which Collection is chosen as ChosenCollection | bool | False |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| TrueCollection | Collection input for the 'true' case | FManagedArrayCollection | () |
| FalseCollection | Collection input for the 'false' case | FManagedArrayCollection | () |
| bCondition | Condition to select which Collection is chosen as ChosenCollection | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ChosenCollection | Output Collection | FManagedArrayCollection |