BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Boolean
Returns the logical NAND of two values (A AND B)
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
boolean | A | |
boolean | B |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | Returns the logical NAND of two values (A AND B) |