Hi it is possible play 2 or more Animations Random in Animation Blueprint?
i need play random attack animations on my Enemy
Hi it is possible play 2 or more Animations Random in Animation Blueprint?
i need play random attack animations on my Enemy
You can handle this easily from the Character Blueprint…use a random bool or something and on true/false play a different AnimMontage…
There is also the randomSequencePlayer:
https://dl.dropboxusercontent.com/u/25584030/ue4RandomSequencePlayer.PNG
@Adeptus Thanks this work fine