How to save Widget Reflector's application scale setting?

Alternatively, if you’re recompiling the engine setting the scale value by changing the default value, would not break the widget reflector slider.

Specifically, (most likely) at line 760 in

Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp

change the value of

, Scale( 1.0f )

to your preferred scale value; e.g.

, Scale( 0.6f )