Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The ComboOptionTestNode is a logic node designed to test and pass through combo box selections. It takes two combo box inputs, each with a predefined set of options, and outputs the selected values directly without modification.

Inputs

ParameterData TypeRequiredRangeDescription
comboCOMBOYes"option1"
"option2"
"option3"
The first selection from a set of three test options.
combo2COMBOYes"option4"
"option5"
"option6"
The second selection from a different set of three test options.

Outputs

Output NameData TypeDescription
output_1COMBOOutputs the value selected from the first combo box (combo).
output_2COMBOOutputs the value selected from the second combo box (combo2).