Newbie problem with blueprint

Hello everyone, i’m new with unreal engine. Following this tutorial:
[spoiler]
https://docs.unrealengine.com/latest/INT/Gameplay/HowTo/CharacterMovement/Blueprints/Setup_2/index.html
[/spoiler]

, maybe it’s sound stupid, but seriously i don’t understand how to create this:

Thanks for help.

Right click in your blue print, make sure context sensitive is not on and type float>float.

Or, you can simply drag the colored wire (this gives operations that TAKE that type) and type in “>”. No need to turn Context sensitive off.

Both previous posts are valid and while context sensitivity is super handy it can cause some real confusion sometimes. If you ever can’t find a node try disabling it then searching.

Unless you don’t know what you are doing, context sensitivity should always be checked, for your own good.