Input Dialogue Boxes using slate

Hey,

So I’m currently modifying the engine and have created a context menu action:

Action (2).png

When the user clicks this action I would like to pop up some sort of input box so that the user can input the name of the event.

I have a basic understanding that I have to create some sort of editable text box with maybe an ok/cancel button but I don’t know how to go about doing that from a menu.

Any help would be greatly appreciated.