Tuomo_T is incorrect, you ARE doing something wrong You are attempting to add the event to the alien blueprint, but it should be the ANIM blueprint. Regrettably, this does not solve the issue for me, however The closest I can get is to add the event AnimNotify_ DamagePlayer, where DamagePlayer is the function I created in my BP_Alien blueprint to do the 15 damage in an attack on the player. I’m not pulling a reference to the animnotify_attack like the tutorial says we should. I’m going to continue down the path a bit and see if I can use what I got to perform the same intended function. Stay Tuned
Ah, my apology that ref to an attack in his event graph for the anim is not a good search for anim-notify. But ue5 won’t follow this part of the tutorial regardless. My solution is not ideal. It doesn’t handle multiple cases.