How to invert a bool?

Is there a node to invert or flip a bools value in blueprint?

1 Like

Here is a way to do it :

5 Likes

Perfect! Thanks @Mhousse1247 :slight_smile:

What node is this “NOT”. Sorry, quite new to the engine :slight_smile:

It simply inverts the boolean like an exclamation mark in code. True becomes false and vice-versa.

Wow, that was so much easier than I thought. I tried “opposite”, “inverse”, and “reverse” but didn’t find anything. But “not” did the trick! Thanks :slight_smile:

Thanks!