Hi All
I’ve tried creating a custom DataTable class in order to make its properties asset registry searchable and thus find specific tables, but there doesnt appear to be any way to use it. Seems like its only possible to use a custom FTableRowBase struct. Also I’ve tried FAssetData::AssetName but its not a member of UDataTable…
Any help would be massively appreciated, thanks!
I guess the answer is to add an asset registry searchable name property to UDataTable. Only the second adjustment to engine code in a few months!
Adding a name property in the engine doesnt work- there’s no defaults panel on the datatable in the editor, so you can’t edit it. The only way to do it is to use dataassets to hold the datatables, and make the properties of the dataasset searchable.