Hi,
I am trying to disable widget effect with no success. Is there any way to make this widget “pure” without this checker 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?
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.