Unit Reference BranchParams - RealityStop/Bolt.Addons.Community GitHub Wiki

BranchParams

image

The Branch (Params) node evaluates multiple input conditions based on the selected branching type (And, Or, GreaterThan, LessThan, Equal).
It directs the control flow to different outputs depending on whether the evaluation is true or false.

This unit is an advanced version of a standard If/If (Next) node, allowing for multiple parameters and flexible comparisons.

Input Ports

  • enter : The control flow input that triggers the evaluation of all conditions.

Output Ports

  • True : Control flow output triggered if all conditions meet the evaluation criteria.
  • False : Control flow output triggered if any condition fails the evaluation criteria.
  • Next : Optional next output; used when Next Output is enabled in the inspector. Always triggered after either the True or False branch.
⚠️ **GitHub.com Fallback** ⚠️