Description
BranchFloat (v1)
Branch between two float inputs based on boolean condition
Input(s) : A - Float input B - Float input
Output(s): ReturnValue - Output
Information
| Module | GeometryCollectionNodes |
| Category | Utilities|FlowControl |
| Type | FBranchFloatDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bCondition | If true, Output = A, otherwise Output = B | bool | False |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| A | Float input | float | 0.000000 |
| B | Float input | float | 0.000000 |
| bCondition | If true, Output = A, otherwise Output = B | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ReturnValue | Output | float |