Is there a node to invert or flip a bools value in blueprint?
1 Like
Perfect! Thanks @Mhousse1247
What node is this “NOT”. Sorry, quite new to the engine
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
Thanks!