Why there no green trace when hit?

I followed this video but there was no green trace when hit the actor.


Hi,
I think you should look at the collision channel responses on the hit actor. He is probably ignoring the camera channel and with your line trace you are checking only for objects that block that channel.

hello,
Is collision from AI or the sword?
which collision I should check?


AI collision ↑

You should set the camera channel to block, since you are testing that channel with the line trace.

Thank you for the help
I always have trouble with that.
Such simple solution but feel complicated to solve

1 Like