Hi all,
I’m creating a multiplayer game and punching is one of the available attacks. I have an Anim Notify State to check every frame within the punch whether collision has occured, but I want to check within my punching montage which animation is playing. That way I can decide to use either the left or right hand collision sphere to check for damage/overlap. Thankfully within the AnimNotify Tick it gives me the animation that’s being played, but it only shows up as the ‘Punching Montage’ and not which animation is being played within the montage.
Any ideas? Thanks.