This don't resolve all issue with these operations since some of them should also work with items that are not created by the ContentBrowserAssetDataSource, but this is still better then what we currently have
Here are the fixed operations.
Fix Up Redirectors
Migrate...
Source Control -> Check out
Source Control -> Mark For Add
Source Control -> Check In
Source Control -> Sync
#jira UE-166221
#preflight 633f1f0b587d6afac81aea87
#rb jamie.dale
#lockdown jeanmichel.dignard
[CL 22388941 by julien stjean in ue5-main branch]
New asset tag added for vpaths, displayed in the content browser.
#rb dave.belanger
#preflight 63330acea4769ad714f8ea2d
[CL 22228539 by Dave Belanger in ue5-main branch]
#rb wouter.burgers, patrick.laflamme
#preflight 63301d3d665f6b8f7fab0066
RESOLUTION: Resolved conflict with IsAtLatestRevision() and GetNumLocalChanges()
[CL 22193646 by marco anastasi in ue5-main branch]
- When getting a load error during the project selection screen, the content drawer doesn't exist so don't try to open it.
- Don't try to search for assets inside map data packages or packages flagged as not containing assets.
- Removed a CastChecked that would fail for packages that we can't load.
- Changed OnGotoAsset so that it doesn't load any assets and uses FAssetData instead.
#jira UE-164688
#rb francis.hurteau, lauren.barnes
#preflight 632cbb76d747fe52c86d8965
[CL 22148390 by jeanmichel dignard in ue5-main branch]
- C++ folders in the folder tree now use SVGs like the other icons
- Large version of the C++ icon has been added and is now used in the asset view, same as we do for developer folders
- Small version of the open developer folder icon added and now used when developer folders are open
#jira UE-162524
#preflight 630f6dc2556fc14dce9571d5
#rb lauren.barnes
[CL 22115897 by Robb Surridge in ue5-main branch]
Removed redundant private include paths from build.cs files.
Fixed include paths to be relative to the private or public folders.
Hid or removed includes that reached into other private module folders.
Updated PublicInclude paths when necessary.
#jira
#preflight 631e283bec5b0c765fc0ffdb
[CL 21960084 by bryan sefcik in ue5-main branch]
Fixups for editor support classes for content browser code.
#jira UE-161932
#rb jason.stasik,jamie.dale
#preflight 631bd2a0d31788ea3ac03570
[CL 21935588 by robert millar in ue5-main branch]
[REVIEW] [at]lauren.barnes
#preflight 62f539197c66d5539e985394
#localization none
#tests Tested the repro on the JIRA to dock the Content Drawer - no crash. Tested adding filters to the Content Browser and closing and reopening it - no crash and filters are lost because saving is disabled.
#preferred_whitelister stan.hormell
#ROBOMERGE-AUTHOR: aditya.ravichandran
#ROBOMERGE-SOURCE: CL 21341433 via CL 21341437 via CL 21341459 via CL 21341475 via CL 21341494
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)
[CL 21343264 by aditya ravichandran in ue5-main branch]