Navigation
Unreal Engine Blueprint API Reference > Math > Boolean
Returns the logical Not OR of two values (A NOR B)
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
boolean | A | |
boolean | B |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | Returns the logical Not OR of two values (A NOR B) |