Can you test multiple bits in one call?

Hi,

Does anyone know if there’s a way you can test multiple bits (i.e. add values through pins) in one call?, (I’m wondering if there is a function already written)

Thanks

There is a math expression node: Math Expression Node | Unreal Engine Documentation

If this isn’t what you are looking for can you provide more detail please, thank you.

Hey,

Do you mean create a custom event / method, where you can pass in arguments? / set parameters?

Hi both, I just want to test some bits in the fastest and none-cluttered way in BP’s, I think the math expression node is what I need.
Thanks.

OOh that what MikeD meant! Doing maths in BP.