Skip to content

Bool And

Purpose of the Node

The Bool And node evaluates a series of boolean inputs and outputs the result of performing a logical AND operation on them. Each input pin is a boolean, and the output pin will be true only if all input pins are true; otherwise, it will be false.

Pins

Pin NamePin DescriptionPin TypeValue Type
booleanInput Pin for AND OperationStructBoolean
booleanInput Pin for AND OperationStructBoolean
resultAND operation between all boolean inputsStringBoolean