I’m trying to add a first person camera shake that’s triggered from player movement and everything is working perfectly until I set my custom Animation BP as the Animation Class on the First Person Mesh.
Once I set the Animation Class, my First Person Camera stops shaking and my First Person Mesh starts shaking instead. I’ve tried setting the Animation Class to a few other default animation bp’s and it would seem it’s only happening with my custom animation bp.
I’m assuming this must have something to do with my animation bp but I’m really new to animations so no idea where to even start looking.