Boolean

Boolean

Windows
MacOS
Linux

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

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback