How to create “Details Panel Customization” for subobject which is specifed like this:
UPROPERTY (EditInstanceOnly, Instanced, BlueprintReadOnly, Category = Configuration, meta = (ExposeOnSpawn = true))
class UMy_SubObject * My_SubObject;
To be more detailed:
“Details Panel Customization” works very well when editing single object which have specific “Details Panel Customization”. But when UObject have UObeject “Instanced”: “Details Panel Customization” completly don’t work. Nothing appear.
My “Details Panel Customization” work in plugin. So I cannot modify Engine if I want to sell plugin on marketplace. But even if this is possible to modify engine I wish to know this method.
So, there is anybody who using “Details Panel Customization” AND “EditInstanceOnly”, “Instanced” ?
Sub-objects very nice working with this kind of modifications.
I suspect “Details Panel Customizations” also works in sub-objects. Maybe it’s a problem of Registering problem ?: