Good afternoon,
I’m trying to make a blueprint that selects a random animation for a metahuman, and I don’t even know where to start.
I’ve seen tutorials for selecting a random animation, but they only work for the ThirdPersonBP. I also came across some tutorials that used animation montages, but neither method seems to work for metahumans. Or at least I don’t know how.
I have the animations set up through LevelSequences, and right now it’s programmed to loop the character’s idle animation. The idea is that this animation is randomly interspersed with two other animations prepared in its own level sequences.
The happy idea would be that it would work with probabilities, that is, the main animation would have an 80% probability, the second one would have a 10% probability, and the third one would have another 10%. Just like Forest, where you can choose the % probability of each type of vegetation.
Any kind of help on this is welcome and more than appreciated, either to develop this method or whichever is the most convenient.
PS: I’m working with Unreal Engine 4.27