Hi,
I want to start by thanking about working on experimental immediate mode extension for Slate, SlateIM; I really think this is one of the biggest quality of life improvements. I’ve got it working on 5.5 version and been testing it with great success so far; and I’ve been interested in adding support for extended engine drawers or custom drawers like a SSearchableComboBox, however currently it looks like the existing SlateIM implementation doesn’t seem to make this easy as a lot of the important pieces are placed in the private folders and not marked with API prefixes, and I wanted to ask if there are plans to make it available to implement drawers externally through other plugins.
So far in my limited testing just enabling API access on some classes/structs on the SlateIMManager.h was enough but I’m guessing some additional helper classes like the WidgetScope also might be needed.
Thanks in advance & have a great day.<