Hello
I would like to check if an tableentry has been changed and mark it as dirty.
The dirty marking would been achieved with metadata. But I dont know how to check for a changed entry besides checking it for every frame.
Does a OnChangedTableEntryEvent exists ?
Thanks for helping me out 
We have some editor events but we may not catch every change being made, it only really catches it through UI changes.
LocalizationEditorSettings.EditorEvents.TableEntryModified
The entry should already be getting marked dirty from these events though. What exactly are you trying to do?
I want to mark it as “dirty” so a translator can see it if a entry was changed or not.
For example there are two columes for german and english for the word car.
Someone changes the translation in german for some reason.
I would like to be able to mark the row for the word as “diry” so we know someone should look over the row for the word car.
Thanks for helping out :)!
1 Like