How do I play a character animation on an event overlap?

Hi devs, I was wondering how would you make it so the player plays an animation on event overlap, all I found was AnimMontage but I’m not sure I’m on the right track. I know that in level blueprint you can play animations but I’m not sure how to set it up anyway (I’m pretty confidant in bp but I’m still learning). Anyway thanks for your time.

Choose your trigger box and then go to BP and type in OnAc and scroll up a bit if you dont see ((On actor begin over lap)) Click on that and then draw node ((PLAY ANIMATION) from there and choose which compatible animation you want to play. Lets say you want robot jump animation but you choose bird jump animation that will not work. Only robot animations will work. You can also choose (( On Ac END )) over lap to to what ever you want to do on EXITING the trigger box.