How to list all the UStruct out

I am working on a plugin, in some case, I need to list all the UStruct out, just like the “import DataTable from CSV” window shows out. how should I do in C++. Thx :smiley:

238085-20180419144419.png

After reading the source code, I found the answer. It is in “void SCSVImportOptions::Construct”
Use FindObjectChecked and TObjectIterator can do it.