To edit and save metadata in editable text box

Thankyou so much for the above solution.
The loading and saving process is working really good, but the changes made for one object are applied for all others.

Try to use different slots for different objects.

Perhaps the method I suggested above is not the best if you want to save data for different objects. Still, it’s better to have one button in the parent widget and collect values from children when saving.

Another way:
Remove the Save button from Metadata Item.
Add exposed SaveSlot variable (string)

In the parent widget:

Just be careful with object names so they don’t change every session.

There are many ways to implement saving data, and the choice depends on many details of your project that I don’t know.

1 Like

Thankyou soo much , the above solution worked perfectly.
I can edit, save and load data of individual objects as per requirements.
Thankyou again for your constant support.

1 Like