How to save Widget Reflector's application scale setting?

If you compile UE engine from source code, there is one way to save application scale.

Open C++ source code SlateApplicaiont.cpp,change this line to save applicaiton scale.

But if you want to change to another scale value, you must change this line again and recompile the engine.