Is there any way I can modify the menu poped up when I right click the content browser?

Is there any way I can change the list poped up when I right clicked the content browser(The list showed in the picture)? I am only able to create custom assets by now. But I want to add a botton that when clicked,call some external funtion , is there any possible way?

Hello! This can be helpful Editor Utility Widgets | Unreal Engine Documentation

THX,it’s not what i wanted though,I would like to add button to the menu that pop up when I right clicked the content browser,not in the windows dropdown.

There menu extenders, this is quite old video but it shows how it works:

Also when you right click asset it shows asset type actions which are controlled by asset tool module, you can look in to it

https://docs.unrealengine.com/4.26/en-US/API/Developer/AssetTools/

New asset menu is also control by UFactories, you may may want to look in to that too:

1 Like