Previously you could only control whether you saw object properties or not, you can now control whether you see object, asset, class, and interface properties.
[CL 2520833 by Jamie Dale in Main branch]
UETOOL-281 - Improve data table workflows
UETOOL-304 - Data table editor doesn't support undo/redo properly
Undo/redo is now supported when adding, removing, moving, or renaming rows, as well as changing the properties of any given data table row.
This also adds highlighting when filtering the data table view, and slightly adjusts the selected row color so it doesn't blend into the background, as well as ensuring the data table is emptied prior to loading (as undo/redo loads on top of an existing object).
[CL 2511605 by Jamie Dale in Main branch]
UETOOL-281 - Improve data table workflows
This is needed as the changes that had been made to SSplitter have been moved to SHeaderRow instead, as they were too specific to go into the generic splitter.
This means that the data table editor now has two list views (one for the row names, one for everything else) which are kept in sync. We have two so that the row names can be anchored to the left of the screen when scrolling the other columns.
[CL 2508489 by Jamie Dale in Main branch]
UETOOL-295 - Can't re-order rows in a data table
Added an option to move a row up or down, or to the top or bottom of the data table.
Updated the row editor UI to be more consistent with other editors, and re-arranged some of the controls on the toolbar, adding tooltips where appropriate.
Fixed the highlighted row in the data table not matching the selected row editor row when a data table was first opened.
[CL 2497325 by Jamie Dale in Main branch]
UETOOL-290 - Data tables don't let you edit asset/class references in the row editor panel
Also fixed the fact that the properties panel wouldn't scroll.
[CL 2497080 by Jamie Dale in Main branch]
UETOOL-281 - Improve data table workflows
UETOOL-282 - Data tables cannot be exported as CSV
UETOOL-289 - Data tables cannot represent arrays in their CSV data
Split up the util functions into their own file (DataTableUtils).
Split up the CSV exporting/importing into its own file (DataTableCSV).
Split up the JSON exporting/importing into its own file (DataTableJSON).
Added support for exporting/importing/displaying array properties.
Added the ability to export a data table as CSV.
Added the ability to import a data table from JSON.
[CL 2494005 by Jamie Dale in Main branch]
The display name, filter string, and tooltips for the property editor (and associated detail customizations) are now stored as FText rather than FString. This allows us to remove SLATE_TEXT_ARGUMENT from the detail customization widgets.
[CL 2372595 by Jamie Dale in Main branch]