I make custom FSlateWidgetStyle structs to edit them in editor.
FSlateBrush properties work fine. But when I try to use FSlateBorderBrush or FSlateBoxBrush I got compile error:
1>C:/uprojects/TestUI/Source/TestUI/GUI/Styles/TestWindowWidgetStyle.h(23): error : In TestWindowWidgetStyle: Unrecognized type 'FSlateBorderBrush'
What should I do to make them work?