I wanted to use two Blendspaces for one Character when variable is true and false but somehow it doenst work and shows a error and it always use the blendspace from false
this is my code for the Blendspaces
I wanted to use two Blendspaces for one Character when variable is true and false but somehow it doenst work and shows a error and it always use the blendspace from false
Hey @Mehmet_2222
this error says that your Character variable is not set. You have to do something like :
in the EventGraph of your AnimationBlueprint. And this:
Then you should usually be good to go and can test it.
Thanks it worked