Boolean

Boolean

Windows
MacOS
Linux
On this page

Actions

AND Boolean

Returns the logical AND of two values (A AND B)

Target is Kismet Math Library

Equal Boolean

Returns true if the values are equal (A == B)

Target is Kismet Math Library

Make Literal Bool

Creates a literal bool

Target is Kismet System Library

NAND Boolean

Returns the logical NAND of two values (A AND B)

Target is Kismet Math Library

NOR Boolean

Returns the logical Not OR of two values (A NOR B)

Target is Kismet Math Library

NOT Boolean

Returns the logical complement of the Boolean value (NOT A)

Target is Kismet Math Library

NotEqual Boolean

Returns true if the values are not equal (A != B)

Target is Kismet Math Library

OR Boolean

Returns the logical OR of two values (A OR B)

Target is Kismet Math Library

XOR Boolean

Returns the logical eXclusive OR of two values (A XOR B)

Target is Kismet Math Library

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss