Problem following a tutorial in docs.unrealengine

Hello! And thank you all for your answers.

I did that trying to replicate the tutorial in the most similar way I could think of…

That is very kind of you, I truly appreciate it! :slight_smile:

I already did that! Look:

There is a problem with the Cast, I can’t seem to Cast To MyCharacter (the Blueprint);

BlankUE4Tutorial--Unreal-Editor-5_7_2020-10_38_10-PM.png

When I try to use the node Cast To MyCharacter in the Event Graph of the Animation Blueprint, I get no results:

BlankUE4Tutorial--Unreal-Editor-5_7_2020-10_41_04-PM.png

This is why I used the node Cast To Character, because I didn’t find what needed, and thought it was the same but under similar name (I thought it had changed after updates). Instead, that’s not the case, and so the question is: How do I use the node Cast To MyCharacter into MyAnimationBlueprint?