When looking at the Details view for a class that’s defined in C++, I would really love to be able to see the variable types for each of the properties that are defined.
For example, I have some image properties, some that are TAssetPtr<UTexture2D> and others that are UTexture2D*. It would be useful for designers to be able to confirm the data types.
Even if it was shown only under a tooltip, it would be really useful