Play random animation from list

Hello! Basic things can be done like that

  • Add array of Characters variable (Characters on the pic) and fill it with actors on you scene (in BeginPlay body on the pic)
  • Add array of AnimSequences variable (Anims on the pic) and fill it with anims you want to play (in BeginPlay body on the pic)
  • Use nodes from Q Input node body to get random anim, random character and play first on the second

1 Like