Input
value is true or false. Branching is a fundamental part of conditional logic and at a high level it basically means "If this is true, do this; if not, do that". Although the Node takes a single condition, this condition can be composed of multiple other conditions when used in conjunction with Relational Expression Nodes (Is Equal, Is Greater Equal, and Is Less Equal), Logical Operator Nodes (AND, OR, and Negate), and other Branch Nodes.Default Value
Input
Socket.Input
OnTrue
(â–º)Input
is true.OnFalse
(â–º)Input
is false.