This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
BranchInt (v1)
Branch between two int inputs based on boolean condition
Input(s) : A - Int input B - Int input
Output(s): ReturnValue - Output
Information
| Module | GeometryCollectionNodes |
| Category | Utilities|FlowControl |
| Type | FBranchIntDataflowNode |
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 | Int input | int32 | 0 |
| B | Int input | int32 | 0 |
| bCondition | If true, Output = A, otherwise Output = B | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ReturnValue | Output | int32 |