-
Notifications
You must be signed in to change notification settings - Fork 15
Variation
Gerard Martin edited this page Jun 7, 2026
·
3 revisions
Outputs one of several input values depending on which tags are currently active.
Each variation is defined in the Variations array (see Details panel) and exposes two input pins: a value pin (Variation N) and a string Variation N - Tag pin. Set the tag that activates the variation either by renaming the tag pin directly, or by connecting a Static String node to it. The Default input provides the value used when no variation matches.
The first variation whose tag is active is passed through to the output; if none match, the Default is used. When several tag-based variations are active at once, the one with the lowest index is chosen.