Hello,
Im trying to make a combo with different input but didnt find any tutorial discussing about that.
i know there is a combo trigger in ue, but i think its not what im looking(maybe)
so here is an example case:
i have anim A1,A2,A3 ; anim B1,B2,B3 ; anim C1,C2,C3
let say i have 3 input DEF D for Anim A E for Anim B F for anim C
combo 1 : D-D-D ~ play anim A1, A2, A3
combo 2 : D-D-E ~ play anim A1, A2, B2
combo 3: F-E-D ~ play anim C1, B2, A3
Thank you