OK, So I have created a custom model, rigged with a skeleton plus 3 animations (idle, walk, run) - imported the model/skeleton in to UE4. imported the animations into UE4, attached the animations to my skeleton I will be using with these, then when I go in to my Animation tab of the new Skeletal Mesh Model I see all animations are working just fine, great. Now I created a BlendSpace1D with the 3 animations as pictured below using the variable Speed:
I then created an Animation Blueprint from the new model and set up the graph as shown using Speed as the var again:
Then I created a Character Blueprint from this new model/character (after what I believe to be all setup properly)
Then in World Setting under Game Mode I force it to ThirdPersonMode then set the default pawn class to my newly created Character Blueprint.
Then I go to my newly created Character and set it to use it’s own Animation BP (which I believe is linked to the blendspace, see picture 2) via Animation Mode in the details pane. (I see I can switch the Animation Mode to use an asset then select the Blendspace instead of the AnimBP but even doing this results in the same problem at the end).
So I believe everything is all setup correct but when I go in game, I have my new character there now, in the Idle animation, and when I start moving forward the blendspace should kick in but it doesn’t, no matter what I try my character is always in the Idle Animation even when moving around.
Is there anyone who knows how I can make my character move properly in the blendspace and not have my character always in the Idle position. The Idle position is the first anim in the Blendspace so just by seeing my character in this animation when the game starts I believe the game is reading the Blendspace but when I move the game doesn’t seem to recognize my speed is changing and doesn’t kick in the blendspace, can anyone help me?