How can I randomize attack animations?

Hi guys, I’ve made a character who can make only one attack animation. Somebody knows how I can make my character playing more animations pressing only one key?

When your character attack, i assume you have some bool or function which starts the attack right?
Well create a random integer when key is pressed in range of your number of attack animations…

and use Blend By Int node in your animation blueprint: Blend Nodes | Unreal Engine Documentation

or if you using montage just where you input montage just do a select node and input the int as selector :slight_smile: