-
Notifications
You must be signed in to change notification settings - Fork 0
2.1.3.3 Node: Branch
BDC_Patrick edited this page Dec 4, 2025
·
8 revisions
| Image | Info |
![]() |
Splits the dialogue flow based on conditions. |
| Description | |
| The Branch Node evaluates a list of conditions against Global Values managed by the Dialog Subsystem. If all defined conditions are met (true), the flow continues through the 'True' pin. If any condition fails, the flow continues through the 'False' pin. | |
| Shortcut | |
![]() |
Hold B + Left Mouse Button |
| Name | Pin | Description |
| In | ![]() |
Entry point for execution. |
| True | ![]() |
Executed if ALL conditions are true. |
| False | ![]() |
Executed if ANY condition is false. |
| Name | Type | Value | Default | Info |
| Conditions | ![]() |
List | Empty | A list of conditions to evaluate. Comparisons are made between Global Values by Name. |
- Supports various types including Integer, Float, Boolean, String, Vector, and Tags.
I. What is the Dialog Backend?
II. Setting up
|





