Hi, I got animations to work fine from code, but I can only play Montages as far as I can see. AnimInstance.h doesn’t have anything about playing Blend Spaces, nor did I see anything in BlendSpace1D.h, BlendSpace.h, BlendSpaceBase.h or BlendSpacePlayer.h. Seeing as I can’t add Blend Spaces to Montages, I’m trying to figure out how to play a Blend Space (in particular the 1D). I see classes related to it but not sure how to use them to animate my character. Any ideas?
EDIT: Conversely, if someone knows how I can blend two animations together from code, that would accomplish the same thing.