Please implement Short-Circuit evaluation for Blueprint

Need more explanation on this really… do you have a screenshot of the Blueprint or code snippet you’re talking about? AFAIK, Blueprint Pure functions get run only if you ‘call’ them by plugging the output into something. If the output isn’t requested, it won’t run at all.