Please implement Short-Circuit evaluation for Blueprint

That is what I meant by “Not a nice style” :slight_smile:
Anyway, its not the operators that are the issue, but the evaluation of the operands. Te operators just define the operation and precedence rules govern their order.
Cases where, whilst evaluating an operand of a boolean expression, a program modification can simplify things are recursive tree travelling where some data is accumulated in a globally accessible list…