How to disable FWidget grid effect?

Hi,

I am trying to disable widget effect with no success. Is there any way to make this widget “pure” without this checker effect?

Widget.png

this console variable allows to adjust the checker effect:

r.Editor.OpaqueGizmo

Thanks. That solve the problem. This can also be changed in code to turn it off permanently.

PostProcessCompositeEditorPrimitives.cpp, 14
change 0.0f to 1.0f.