I’m getting this too. UE 4.2.1, OSX. I started by building Zak’s 3rd Person tutorial then started experimenting with doing the input in a PlayerController instead of on the Pawn/Character.
I copied all the logic into the BP, remade all the required variables, fixed the compiler errors etc.
Then in the animation BP changed to the Cast to Chararacter to Cast to MyController.
In the screenshot you can see the bool ‘InvertVerticalLook’ is fine but for some reason ‘IsPunching’ is ‘Out of Scope’ All other functionality is working.
