So, I have a BossEnemy, and I had it set so that OnComponentBeginOverlap (head), it would start a damage sequence. However, it didn’t work, so I did a little bit of debug, and I got to where even just a simple PrintString off of the node doesnt do anything. I have Generates Overlap Events on, and I have the collision preset set to OverlapAll. What am I doing wrong?
Could you show the collision settings of the entities that are supposed to collide?
I have the collision preset set to
OverlapAll
On both? Or?
Update: Turning on OverlapAll on the projectile as well did nothing.
Not sure whether I understood the scenario right, could you clarify a couple of things:
The player (or something) fires a projectile, right? And then:
- the player detects what the projectile hit
- the projectile detects what it hit
- the monster detects what hit its static mesh head
- the static mesh head detects that the projectile hit it
Which scenario are you after? All of them? All are doable.
The monster detects that the projectile hit its static mesh head, preferably.





