No cast to MyCharacter

Use Try Get Pawn Owner node instead of creating the character as a variable. If you want to access a specific variable from your character BP you can drag the blue pin of Try Get Pawn Owner and then Cast to yourcharacterBP > Get variable.

Hi, I was following a tutorial for a TPS game, UE4 #4 Create 2d Blendspace for character combat mode - YouTube
but when I wanted to cast to MyCharacter, as shown, I get the error.

My event graph in the anim blueprint is here:

Thanks!

Thanks That Helped!