Hi, i want character B to trigger an “on component begin overlap” whenever Character A hits B with a line trace for objects, is it posssible?
The main reason why, is that i want to create an UI widget for every enemy, but since each enemy has different stats and pictures, i want each enemy widget to be triggered by been overlaped, so every time my main character looks at an enemy (hits it with the line trace for object), the UI of this enemy is going to appear on screen because it was overlaped.
Please help with BP images if posible or share better suggestions