What are the correct property specifiers to allow a property to be editable on defaults only, yet still still visible on instances as read only. Is it even possible?
EditDefaultsOnly hides the property on instances.
VisibleInstanceOnly hides the property on defaults.
Would like the option to allow designers to change property values on the defaults, and then see those settings on the instance as read only.