The various commands that depend on a valid selection (eg: Copy, Duplicate, etc) need to use a FCanExecuteAction delegate to ensure that a row is currently highlighted. For now, we can just use CanEditTable for that check.
The Jira only calls out the toolbar as having this issue, but we need to add FCanExecuteAction to the commands as well. This ensures that these commands are disabled if they're ever added to a menu in the future.
#jira UE-62702
#rb michael.noland
[CL 15989996 by dave jones2 in ue5-main branch]
Also fix unrecognized tab, and duplicate struct link in both registry and data table editor
#rb none
#ROBOMERGE-SOURCE: CL 15868470 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v786-15839533)
[CL 15868477 by ben zeigler in ue5-main branch]
#rnx
#rb none
#ROBOMERGE-SOURCE: CL 10869241 via CL 10869527 via CL 10869904
#ROBOMERGE-BOT: (v613-10869866)
[CL 10870586 by ryan durand in Main branch]
#jira UE-82674
#rb none
#ROBOMERGE-SOURCE: CL 9931657 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v558-9892490)
[CL 9931719 by jason stasik in Main branch]
#jira UE-81657
#rb jamie.dale
#ROBOMERGE-SOURCE: CL 9887615 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v553-9872581)
[CL 9887616 by jason stasik in Main branch]
Add a DataTable Details tab to the data table editor to show this and the existing bStripFromClientBuilds flag
Right now you can only set these options after a datatable has been created, I will add import UI later as well as more options
#rb Fred.Kimberley
[CL 5078685 by Ben Zeigler in Dev-Framework branch]