Line Trace Is Interfering With Camera Aspect Ratio

Hello,

I’m having an issue where the Camera Aspect Ratio seems to be interacting with a basic line trace (ANY line trace).

If you look at the video, you will see:

  1. I have constrained the aspect ratio, and only one side of it is altered.
  2. When in full screen, no change occurs.

The fact that I only see this when the project is NOT in full-screen, to me, means that this is a bug of some sort. But I’m fully unsure.

EDIT: What I now noticed is that the aspect ratio doesn’t change, but instead, the camera view is shifted over.

AND:

  1. This is not a collision issue, because I tested disabling collisions for both the TANK and the CAMERA.
  2. When the aspect ratio is NOT constrained, I no longer have the issue.

So it appears that the Aspect Ratio Constraint is not playing nice with the Line Trace.

UPDATE:

Can someone explain to me why DISABLING “Draw Debug Type” makes everything work as it should?

I only experience this issue when the line is VISIBLY drawn.

Does the Line Trace Debug Line have its own special collision?