On Unreal Engine 5.3 i 'm trying to make the player receive damage from the Enemy AI but somehow it won’t work.
This is for the player to receive damage
This is for the enemy to give damage to the player
I’ve created a notify inside the Enemy attack animation and when the animation comes to the notify part (which is when the Enemy will hit the player) it will deal damage to the player.
Now when i test this, go in front of the Enemy and let him attack me, nothing happens. The Player Healthbar won’t go down nor the player will play the hit reaction animations, but if i make the player be damaged when i press a keyboard button instead, it will work.
Can someone help, please?