Help finding a Node

I’m following a tutorial from Unreal Engine 4 that shows me how to set up character movement in blueprints, and on the third tutorial (Finishing Character Setup), step number 20, it shows me how to set up the node network for jumping, but one of the nodes doesn’t have a heading, so I have no idea what it is. Can anyone tell me what the node is? Here’s the link: https://docs.unrealengine.com/latest/images/Gameplay/HowTo/CharacterMovement/Blueprints/Setup_2/Character_Jump.png
(It’s the node above the Second Branch and the Vector Length)
Thank you for your time.

Right click and search for > float. It checks if the first float is bigger than the second one. If it is, then the bool is True.

Ah, I found it, thank you.