Hey so im trying to create a line trace that takes damage from the enemy. I set up a notify with tick and setup the enemy as seen in the image below. However i can not get the line trace to only hit once? or at least take the damage once. Can anyone help me it would be much appreciated?
what is your mean.
tick will run almost every 0.1 seconds.
try to use Receive_notify.
ok thank you i will try this method later for now i am attempting to use the box collision method instead however im trying to find how to reference the box Collison from my player bp to enemy bp.