Line trace by channel failed

Hey everyone,

So I am trying to make a simple gizmo for a project my company is working on. The problem that I am facing is that the line trace fails every time. The line trace passes right through the axis handles and yet it says it didn’t hit anything. I have checked collision on the handles, I have checked trace complex and yet no luck.

I am attaching below a few images to give better idea of the issue

Any kind of support is greatly appreciated :slight_smile:

Can we see collision settings of those meshes and the hierarchy of the actor hosting them?

sure, here’s the collison setting for all of the meshes and the hierarchy for the same

image

image

If handles are components of this class, you should turn off IgnoreSelf.
image

Also, you could look at this product:

2 Likes

that did the trick, thank you so much :slight_smile: