Ok, so I’m working on a 3d side scroller shooter and I am having a problem getting my pitch to change via the character blueprint.
I created my blend animation no problem. I’ve also added that to the AnimgGraph, and its working as it should. I’ve followed many tutorials, but I still cant get it to work.
Can someone PLEASE show me what I’m doing wrong or point me in the right direction? Here is the link to my onedrive.
Remove the old cast to Ue4ASP_Character and create a new cast to a different character/blueprint by dragging off “Try get pawn owner” and typing cast in the search box and pick the Sidescrollcharacter…
Also the jump and crouch bools in the AnimBP is trying to get varibles from casting to the unused Ue4ASP_Character, so you need to move this into Sidescrollcharacter blueprint.