A question on animation

I’m doing a third person game from the third person blueprint.

I have my own character and skeleton i want to import.

I’m wondering how I should make up the animations.

Do I animate upper and lower body seperatly and blend them? If so, how?

For example, I might just use a full body animation for moving, but attacking?

Hi Ottosson,

You have complete flexibility in how you set up your blend tree. I’ve attached an image of an example that uses a state machine for the locomotion, blending in an upper body subtree on top of that.

b09dc4760a3b0ee61d8537d877f2bfc513dea86c.jpeg

The slot nodes act like pass-thru nodes normally, but they can be targeted by code or active animation montages, and will then play the specified animation instead of whatever was wired into their left side. This is just one approach, but in the attached graph, melee attacks are upper body only, blended in on top of the locomotion driving the lower body.

Check out the blend nodes documentation for more information on layered blends, additive, etc…

Cheers,
Michael Noland

Yikes

I think I’ll wait for Zak to do a tutorial. :wink: nudge nudge wink wink.