This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe DCTestNode is a logic node that returns different types of data based on a user’s selection from a dynamic combo box. It acts as a conditional router, where the chosen option determines which input field is active and what type of value the node will output.
Inputs
Parameter Constraints:
- The
comboparameter controls the visibility and requirement of all other input fields. Only the inputs associated with the selectedcombooption will be shown and are required (except formask1which is optional). - When
combois set to"option4", thesubcomboparameter becomes required and controls a second set of nested inputs (float_x/float_yormask1).