Line trace through a character always returns false

Hi,
I’m trying to use line trace by visibility channel through a character but the result is always false.
See the screenshot.

Obviously the line pierces through the left character. Below is the collision preset for capsule componet of that character.

43893-collision_preset.png

The “Line Trace by Channel” has the following set:

  • Trace Channel: Visibility
  • Trace Complex: false
  • Ignore Self: true

What am I doing wrong?

Thanks.

Like I stated above this is the collision preset for the capsule componet of the character.

Hi

Is this collision setup on Mesh or Collision capsule?

hello
trace visibility should be checked in the pawn collision presets.
if you trace for visibility channel the other Actor need to block visibility channel :slight_smile:

Update: sometimes editor bug when changing collision channels in Blueprint for actors already inside world try delete and drop again .

Have fun

You were right, I deleted my character from the level and added it again and it worked.
Thank you.

It would be great if this is fixed.