Question about ladder blueprint

I am trying to recreate a ladder system that is discussed in another thread, here.

Half way down the page, user eXi posts some screenshots of his network. There are 2 paths at the start that begin with “Character Movement” and join at an OR boolean node. I can’t seem to identify or create the 2 pairs of nodes between character movement and OR, that read “Target Movement Mode” and “Flying/Swimming”. Could someone tell me how to create these nodes?

Thanks for your time =)

Sorry about that, should be fixed now.

Your link is broken btw.

Drag the Character Movement component into your graph (if you’re on 4.7 it should be at the top left in the components), drag off it and Get Movement Mode. Drag off the movement mode and type == and you’ll get an equal node.

The Character Movement component holds all of the movement-related variables that you see in the defaults tab of the character BP. You can get and set all of those variables by dragging off a reference to that component.

Thank you!