Hey guys I’m trying to add a turn in place animation system in animbp and when I mess with the camera position in the character blueprint the animations will play however it does not appear to respoond to my mouse input any help is appreciated.
Ummm… why are you using the animation blueprint for this? You can do the whole thing in your character blueprint. Just get the control rotation and set it to the world rotation of your character. (use only the z axis of course )
Yes you can use animation blueprints for those but I would recommend using animation montages for that purpose. And your animations should be in place as you’ll already handle the turn through code. (If you’re gonna use anim montages, make sure to plug in the default slot into your main out pose of your anim graph in your animation blueprint)