How do I add AND/OR to Branch in BPs?

I have a countdown variable and I have a Enum variable that holds the “visible state”

I want to Branch if both are true… I don’t want to make 2 Branch Nodes (yuck), is there a way to do it? like add my own pins? I couldn’t find it.

There are AND and OR operators. Drag from one of your bool variables and search for either one of them.

thank you, that’s what I was looking for!