How to add new item to context menu for existing Asset?

Is there some way to add new item to context menu to BlendSpace asset via creation plugin? I can not inherit from FAssetTypeActions_BlendSpace because it located in private folder. if I create new AssetTypeActions which is inherited from FAssetTypeActions_Base then just my item is added to context menu, other items are overrided(removed). On one hand I can implement the same logic as in FAssetTypeActions_BlendSpace but it is code duplicate.

1 Like

same situation. Mark.