Is there a node that lets you check if a value is over a number by a certain amount?

I know I can write this, but I was wondering if there was a node that already does it for me. I guess it would be equivalent of IF value > number AND value < number + tolerance

I just fiddled around and was unable to find anything that specific. I’d recommend making a node section for it. It’ll give you more control anyway.

There is no single node that will incorporate all of logic you need. You will have to create several nodes in your blueprint to achieve this, for example:

This would be a good thing to put into a custom Macro. You can read more about setting those up here:

Hope that helps!