Inverter

The Inverter node will invert the return value of the target node after it has finished executing. If the target node returns success, the inverter will return failure. If the target node returns failure, the inverter will return success.

Was this helpful to you?