How to list unused string table keys?

I have a project with 5k+ string table keys.
I can search each line via ‘Asset Search’, but this will take tremendous time and effort.
Is there a proper way to automate this process?

Did try SoSeductive69_Tv’s method, but this only searched single layered properties (couldn’t find textproperty inside array for instance), which wasn’t quite effective.
Also did not search for strings in various assets; widgets, datatables, structs and more.

Ah good suggestions, my case was simpler so didnt bother with these checks. Its possible to get UProperty structs and check all texts in them, as well as texts in arrays. And its possible to also get all child components and check them. As to datatables, might be bit of work. I can update to include the stuff over weekend :smiley:

1 Like