Seems like it should be basic, but I can’t figure it out.
I have an animation for closing my character’s right hand.
This animation only has key frames for the bones on his right hand.
I wrote some code to detect if an object is attached to my character’s right hand.
If it is I want to play the hand closing animation.
This needs to only effect the right hand.
Everything else should proceed like normal (e.g. he should still be playing the run animation just with his right hand closed).
How can I do this with my animation blueprint?
Thanks!
EDIT:
Is this even possible? I don’t understand. It seems like such a basic and useful tool. I don’t know why I can’t find it.
Am I supposed to create a new animation for every possible situation? For example, with what I want I'd be able to make one swing animation for both walking and swinging (a sword) and running and swinging. If I can't do this I'd have to make a separate animation for each. What if I want to make variants for running with a sword and shield instead of running empty handed. I should be able to layer an animation that just effects the upper body, but I can't see how.
The alternative would be making new animations for all of this. I know I can use certain tools to combine animations, but it would be so much easier to do it dynamically instead of putting so many different animations into the animation blueprint.
Please help. If this isn’t possible any advice on doing something similar would be appreciated.