Hi there
I would like to know when ClassIcon definition will be available from plugins instead of having to edit SlateEditorStyle.cpp and have to redistribute the whole engine instead of just the plugin.
Best Regards
Hi there
I would like to know when ClassIcon definition will be available from plugins instead of having to edit SlateEditorStyle.cpp and have to redistribute the whole engine instead of just the plugin.
Best Regards
You should be able to do this already using FClassIconFinder
. The RegisterIconSource
function allows you to add additional Slate style sets to look in when resolving class icon names.
Is there a particular case where this isn’t working?
To be honest, I stopped my investigation after seeing the ToDo comment about paper2d icons that needed to be in SlateEditorStyle.cpp until it’s work from plugins. But, if you its can done from new slate style in gonna try it as soon as I get back to home.
Regards
This worked great for me with my plugin. Thanks.