Is Less Equal

Overview

Is Less Equal is a Relational Expression Node, which compares two input values, and returns a Boolean, based on how the two values compare to each other in terms of inequality. The Node has two modes, determined by the Mode Attribute:

  1. IsLess - Whether the value of A is less than the value of B.

  2. IsLessEqual - Whether the value of A is less than or equal to the value of B.

Relational expressions are frequently used in combination with Branch Nodes and logical operator Nodes (AND, OR, and Negate) to create conditional logic, and are essential for building complex systems.

Due to their nature, inequality operations only work for numerical data types.

Scope: Project, Scene, Function, Prefab.

Attributes

Inputs

Outputs

Last updated