Drawing Debug Lines around Character

AngleRad is in degrees.
So you’re treating the degrees as radians for “float AngleDeg = FMath::RadiansToDegrees( AngleRad );”, which is pure nonsense.
And then later “FMath::RadiansToDegrees( AngleDeg )” would make no sense even if AngleDeg was actually degrees rather than nonsense.