Hey i was wandering if it’s possible to make a string table collection only editable via an editor script ? Is there such a feature, like maybe a on and off readonly toggle ?
No we don’t support that. Why do you need this?
I’m creating a dialog node system and each node creates multiple entries in a localization table, each node is a SO that keeps a serialized reference to the table keys. I’ dont want someone else to open the table collection window and accidentaly remove an entry for example.
Theres no way to limit this. You could try subscribing to the Table events so that if an entry is removed you produce an error or re-add it.
1 Like
Alright thanks for the info and the fast replies :), have a nice day!
1 Like