UProperty Conversion on Serialize

Hi there, I’m wondering if it’s possible to serialize a UProperty value different to how its presented to the user in the editor. The simplest example would be DegreesToRadians, allowing the designer to configure in degrees but serializing in radians. This saves unnecessary conversion at runtime but still allows the designer to work intuitively.

Is it possible?
Any ideals? Maybe using IPropertyTypeCustomization or PostEditChange callback?

Thanks,
Ant

I got an answer over here: