Layer Blend Space 1D Animations

Hello there,

I’m trying to play a Blend Space 1D animation on the upper body of my character.

I already used montages there and they worked perfectly, but right now I need to use some blended animations and I cannot find a way to do that. The montages use Slot Groups so you can layered them in the animation blueprint, but I couldn’t found where to set that on a blended animation, or even on a basic animation sequence.

Thank you

Perhaps you can check out my answer here:

It’s a basic setup for separating a character into upper and lower body parts. You can use blendspaces as base animations and then put Slots in front of them to override them when needed.

Thanks mate!

It has been pretty helpful. Now what I cannot find is how to execute a Blend Space. I mean, I can use a loop one, but I also need to fire at certain moments.

The thing is right this: I have some blends both for idle and for firing. So how can I play a specific Blend Space on time? I couldn’t find that from the Animation Blueprint, there’s only Montage Play and Play Slot Animation (which doens’t show the Blend Spaces.

Thank you

If you really want to play a blendspace and not a single animation then I would suggest using a Blend By Bool node. You can plug in both of your blendspaces and control them using a variable. Though I would be able to help more if I could see a picture of your current setup and a more detailed explanation of what you’re trying to achieve.

So finally I got this working. I use multiple animation graphs for this. There’s the locomotion (entire body) and then the topmotion (upper body), inside this last one (topmotion) I added the blend spaces and they worked great.

Here are the graphs:

Hope this helps for other people,
Thanks IanBreeg for the support.

Thanks , fianlly I got it working using multiple Anim Graphs. Below are some screenshots. Cya!