If Greater
Outputs True Result or False Result depending on whether value1 > value2.
Parameter Types
Parameter descriptions
Value1The first value to compare.
Value2The second value to compare.
True ResultThe output of the node if the
Value1input parameter is greater than theValue2input parameter.False ResultThe output of the node if the
Value1input parameter isn’t greater than theValue2input parameter.