Line Trace Visible

https://docs.unrealengine.com/latest/INT/Gameplay/HowTo/UseRaycasts/Blueprints/index.html

Following this document works great for creating a line trace. But I can not figure out how to make the red line/box that is visible disappear. I have changed my “Trace Channel” to “Camera” but it still shows the red location of my line trace. Is line trace only used for debugging or is it still used when publishing? How can I hide the trace or what is the alternative?

dont change the trace channel unless you want to / know what you are doing, that has nothing to do with the debug visiblity.
Set the drawDebugType to none and it shouldnt display anything.

Yep, that was it. I was foolish to miss this. Thanks for your support!