Is it possible to add a Property (Double value) or Constant to the Shared Settings?

I have the need to map a Double value into the pre-build steps for a project. Is there a way for us to map a value into the Shared Settings section of the project so that it’s visible in the Inspector when Shared is selected?

While the IDE script command:

PropertyValue("curBRUVariant") = "1.7"

works, I’m looking for a way to make the setting more “obvious” and visible than in an IDE Script.

There is no way to do that.