Is there a Conditional BP for calculations

I see branch but I do not see the need to have a branch when doing calculation where i want to add this number of this number if a given number is > N.

Is there something that can do this without the need to break up my flow?

For example all i wanted to do was to build a string to append AM or PM based in hour > N but I had to add this to the flow just to check a conditional. It seems a little odd or am I just missing some other BP mod?

FullSize: http://i26.photobucket.com/albums/c118/shoiko/screenshot_zpsa10eeb96.png~original

Compare float.

It has pins for less than equal to and greater than.

Try looking for the Select node under Utilities. I think it is what you want.

Do i not need to drive an exec still?

like a BOSS! thank you