Spline mesh doesn't render when completlly vertical

UE4.18.3 This issue still exists! The problem occurs when tangent vector is set to (0;0;1).
Hacky workaround is to check if tangent vector is (0;0;1), then set it to (0.000001;0;1).