If you aren’t wanting to create a whole new asset, you could just extend the content browser right-click menu using the menu extenders in FContentBrowserModule::GetAllAssetViewContextMenuExtenders().
You would just filter whether you apply your extension based on whether any of the selected items were of the type you want to handle.
2 Likes