The current GatherTextFromAssets commandlet relies on all FText fields being in the root of the class. It would be nice if it properly recursed through all containers (e.g. TArray<FText>) and structs.
I have the code to handle arrays (which is enough for my purposes), but a more generic solution would be nice.