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
This node takes a single boolean (true/false) input and outputs the opposite value. It performs a logical NOT operation, turning true into false and false into true.

Inputs

ParameterData TypeRequiredRangeDescription
booleanBOOLEANYestrue
false
The input boolean value to be inverted.

Outputs

Output NameData TypeDescription
outputBOOLEANThe inverted boolean value.