Is there a way to use editor delegates in python?

Hello all,

I’m trying to extend the editor and automate some repetitive tasks to make it easier for my team to do builds and packages, I need a way to get delegate callbacks in my python script but am having a bit of trouble accomplishing this.

I want to use the FEditorDelegates defined in the engine source file Editor.h while using python. Is this possible and does anyone have any demo scripts or source that can explain what to do? If I need to write a plugin to accomplish this then that’s fine too, any pointers can help.

I don’t care if it’s the built in python or 20tab’s.

I need to be able to start some operation in the editor and get a callback when it’s completed.

Thanks