BP Definition/Glossary

Hey, Is there a chart or list of the BP nodes colors, and definitions, really having a hard time finding g certain things while following Tutorials. The search function in BP is great but I cannot seem to find certain ones to mach tutorial.

Particularly the Target- Character Movement node I need whale going through the Player controller Tut.

TY.

Hello,
If you want to know a definition of a node, you can use Unreal Engine 4 Documentation | Unreal Engine Documentation and select blueprint API. This is a work in progress so not all nodes are yet done but you’ll find infos in other sections of the documentation too.

About Character movement node, this is a component of the character. You need to get the character to be able to use it ( “get player character” / “cast to” your character" / from blue wire : “get character movement” (down of the list) or directly type the name of the value you want to change in character movement)