How to get rid of the trace mark

So here’s the thing
I created a very simple tracing system that would print out info about the object the player is aiming at, and it works but here’s just something I want to get rid of

yep that little pixel there beside the crosshair, it’s the trace hit point. What should I do to make it disappear? I tried setting the alpha value of trace hit color
but I could still see it.

It would be much appreaciated if someone could give me some tips, I’m also a beginner in UE4.

What kind of trace are you using? If you’re using something like a Single Line Trace by Channel, there should be a parameter in the node that you can change. Something along the lines of debug line. Set that to none.

Hello RushSykes,

As mentioned above, there is a setting called Draw Debug Type. If you set this to none it will no longer render the debug line. I have provided an example below.

107871-linetracebychannelhelp2.png

Make it a great day

Oh thanks a lot, at first I thought it only had something to do with the colors…ah how could I forget about the rendering haha.

Thanks for the screenshot, get it worked perfectly