Hi wondering if there is a way to override the Editor.AppIcon
brush in a Slate Application with a custom one?
Thanks!
Hi wondering if there is a way to override the Editor.AppIcon
brush in a Slate Application with a custom one?
Thanks!
Ok answering my own question. Use:
FSlateApplication::Get().SetAppIcon(FMyAppStyles::Get().GetBrush("MyApp.AppIcon"));
("MyApp.AppIcon"
must be defined in your FMyAppStyles
class of course)