[Feature request] Full recursion through structs and containers to extract FText

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.

Cheers
John

Hi John, :slight_smile:

It is definitely on list of high priority fixes!

Thanks for the bump,

-Justin

Hey John,

We’ve addressed the issue with the GatherTextFromAssets commandlet not properly gathering from embedded array and struct values.

CL# 2090312

Sorry for the delay!

-Justin