For my animation BP, I have several Blendspaces I need to use. My goal is to blend between the various blendspaces using 3 different Parameters. How can I do this in the anim Graph? most examples I seem usually just use two parameters. Any help would be greatly appreciated since I’m a bit new to Unreal. I’ve done this in Unity using Unity’s Blendtree, and would like to do a similar approach:
I wasn’t asking what blendspaces are, I know what blendspaces are. I have several of them already created, each of them driven by 2 values. However I have a total of 3 different values I need drive the animations off of. I need to figure out how to blend between the different blendspaces if it is possible.
If you mean you want to use multiple blendspaces in a single Animation Graph then you just have to follow these steps:
First go to your animation graph and in the state where you want to use your BS just drop any BS (doesn’t matter which one).
Then click on the blendspace then in the details panel you will see an option (blendspace) in front of this option will be a drop down menu with bind written on it. Click on it and choose expose as pin.
Yes, you can do this! What you are looking for is a Blend Space Graph in the ABP! This differs from a BlendSpace Player, the asset you create in the content browser.
Like Unity a Blend Space Graph doesn’t exist as a standalone asset. Instead it lives in your AnimGraph and each Sample that is added contains it’s own AnimGraph to which you can add anything from Sequences, to Montage Slots, to more BlendSpaces.